We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e020c57 commit 6ff17eaCopy full SHA for 6ff17ea
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
# - Adds a meta tag that forces Google not to index any page on the site.
29
- name: Pre-docs-build
30
run: |
31
- sed -i "s/icon.png/icon-docs-dev.png" src/lib.rs
+ sed -i.bak "s/icon.png/icon-docs-dev.png/" src/lib.rs
32
echo "<meta name=\"robots\" content=\"noindex\">" > header.html
33
34
- name: Build docs
0 commit comments