Skip to content

Commit

Permalink
Update robots.txt to blacklist AI training crawlers
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <[email protected]>
  • Loading branch information
norwd authored Jan 5, 2025
1 parent ec714ae commit 7d38fe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
- name: "Generate a robots.txt file"
run: |
tee robots.txt << EOF
# Block AI Crawlers (see: https://github.com/ai-robots-txt)
$(gh release download --repo ai-robots-txt/ai.robots.txt --pattern 'robots.txt' --output -)
# List of pages and files
Sitemap: ${BASE_URL}/sitemap.txt
EOF
Expand Down

0 comments on commit 7d38fe2

Please sign in to comment.