Skip to content

Commit

Permalink
BLock bots
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmicro committed Oct 14, 2024
1 parent 9ae31f3 commit 0c61e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
GIT_CLONE_PROTECTION_ACTIVE: "false" # prevents LFS from working
- name: Build the documentation
run: poetry run mkdocs build -c -s -d public
- name: Block bots to avoid indexing
run: 'echo -e "User-agent: *\nDisallow: /" > public/robots.txt'
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
Expand Down

0 comments on commit 0c61e73

Please sign in to comment.