Sitemap property must be an absolute url.
This commit is contained in:
parent
3a94602a0d
commit
f6338758d8
3 changed files with 4 additions and 3 deletions
|
|
@ -14,4 +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
|
||||
|
||||
3
webpages/robots-readthedocs.txt
Normal file
3
webpages/robots-readthedocs.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: https://kubernetes-vm-operator.readthedocs.io/sitemap.xml
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: sitemap.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue