Skip to content

Commit

Permalink
Fix robots.txt "generation".
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Mar 2, 2025
1 parent f633875 commit 199cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpages/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ build:
- cd webpages && bundle install
# Build the site and save generated files into Read the Docs directory
- cd webpages && jekyll build --destination $READTHEDOCS_OUTPUT/html
- cp webpages/robots-readthedocs.txt $READTHEDOCS_OUTPUT/html
- cp webpages/robots-readthedocs.txt $READTHEDOCS_OUTPUT/html/robots.txt

0 comments on commit 199cd81

Please sign in to comment.