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 a880b3f commit a08bbfbCopy full SHA for a08bbfb
.github/workflows/doc-build.yml
@@ -213,6 +213,9 @@ jobs:
213
(cd doc && mv .git ../git && mv .gitattributes ../gitattributes)
214
mv CHANGES.html doc
215
fi
216
+ # Create the robots.txt file to discourage web crawlers from indexing doc preview webpages
217
+ echo "User-agent: *" > doc/robots.txt
218
+ echo "Disallow: /" >> doc/robots.txt
219
# Zip everything for increased performance
220
zip -r doc.zip doc
221
0 commit comments