Skip to content

Commit

Permalink
Update build_and_deploy_documentation.yml
Browse files Browse the repository at this point in the history
feat: Added robots.txt
  • Loading branch information
FabricioArendTorres authored Jul 20, 2024
1 parent feaaf44 commit 8deaacc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
BASE_URL="https://fabricioarendtorres.github.io/streamAUC/"
find docs -name '*.html' | sed "s|docs/|${BASE_URL}|g" > docs/sitemap.txt
- name: Generate robots.txt
run: |
echo "User-agent: *" > docs/robots.txt
echo "Sitemap: https://fabricioarendtorres.github.io/streamAUC/sitemap.txt" >> docs/robots.txt
# Upload for introspection, useful for pull requests and debugging
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8deaacc

Please sign in to comment.