Skip to content

Commit

Permalink
Use latest release of ai-robots-txt (#77)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Dec 3, 2024
2 parents 0c94c97 + 6959c2c commit d575aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
tee robots.txt << EOF
# Block AI Crawlers (see: https://github.com/ai-robots-txt)
$(gh api '/repos/ai-robots-txt/ai.robots.txt/contents/robots.txt' --jq '.content | @base64d')
$(gh release download --repo ai-robots-txt/ai.robots.txt --pattern 'robots.txt' --output -)
# List of pages and files
Sitemap: ${{ steps.configure-pages.outputs.base_url }}/sitemap.txt
Expand Down

0 comments on commit d575aac

Please sign in to comment.