Skip to content

Commit beaee6a

Browse files
committed
updated jobs
1 parent bfb2727 commit beaee6a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ jobs:
2727
run: |
2828
cd docs
2929
make html
30-
30+
31+
- name: Remove README.md from build
32+
run: rm -f docs/build/html/README.md
33+
3134
- name: Deploy
3235
uses: peaceiris/actions-gh-pages@v3
3336
if: github.ref == 'refs/heads/main'
3437
with:
3538
github_token: ${{ secrets.GITHUB_TOKEN }}
3639
publish_dir: ./docs/build/html
3740
publish_branch: gh-pages
41+
42+

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def setup(app):
3636
# }
3737

3838
# For GitHub Pages
39-
html_baseurl = 'https://LAAS-HRI.github.io/CoHAN2.0_docs/'
39+
html_baseurl = 'https://laas-hri.github.io/CoHAN2.0_docs/'
4040

4141
import os
4242
import sys

0 commit comments

Comments
 (0)