Fix robots.txt "generation".

This commit is contained in:
Michael Lipp 2025-03-02 13:15:38 +01:00
parent f6338758d8
commit 199cd8185e

View file

@ -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