We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5665e3 + c4eb5fa commit a7c7053Copy full SHA for a7c7053
.github/workflows/docs.yml
@@ -42,9 +42,11 @@ jobs:
42
--config ros2_ws/src/reference_system/docs/doxybook2_config.json
43
- name: build mkdocs site
44
run: |
45
- cd ros2_ws/src/reference_system/docs
+ cd ros2_ws/src/reference_system/
46
+ # ensure gh-pages git history is fetched
47
+ git fetch origin gh-pages --depth=1
48
+ cd docs
49
apt-get update -y
50
+ # install mkdocs dependencies
51
pip3 install mkdocs mkdocs-material mike
52
mike deploy main latest
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments