Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
build.i3wm.org: disallow search engine indexing (#4295)
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Dec 29, 2020
1 parent da1a720 commit 74b461e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions travis/deploy-github-pages.sh
Expand Up @@ -9,6 +9,10 @@ mkdir build.i3wm.org
cp -r deb/COPY-DOCS build.i3wm.org/docs
cd build.i3wm.org
echo build.i3wm.org > CNAME
# Disallow search engine indexing for build.i3wm.org: users should find the
# release version instead, and only developers should use build.i3wm.org.
echo 'User-Agent: *' > robots.txt
echo 'Disallow: /' >> robots.txt
git init

git config user.name "Travis CI"
Expand Down

0 comments on commit 74b461e

Please sign in to comment.