From 6959c2c1ca06b9e1bbe530fe426baa5945f0ef0b Mon Sep 17 00:00:00 2001 From: "Y. Meyer-Norwood" <106889957+norwd@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:50:41 +1300 Subject: [PATCH] Use latest release of ai-robots-txt --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e728fe..aec3358 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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