We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb2727 commit beaee6aCopy full SHA for beaee6a
.github/workflows/docs.yml
@@ -27,11 +27,16 @@ jobs:
27
run: |
28
cd docs
29
make html
30
-
+
31
+ - name: Remove README.md from build
32
+ run: rm -f docs/build/html/README.md
33
34
- name: Deploy
35
uses: peaceiris/actions-gh-pages@v3
36
if: github.ref == 'refs/heads/main'
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
publish_dir: ./docs/build/html
40
publish_branch: gh-pages
41
42
docs/source/conf.py
@@ -36,7 +36,7 @@ def setup(app):
# }
# For GitHub Pages
-html_baseurl = 'https://LAAS-HRI.github.io/CoHAN2.0_docs/'
+html_baseurl = 'https://laas-hri.github.io/CoHAN2.0_docs/'
import os
import sys
0 commit comments