Skip to content

Commit

Permalink
Aj/hotfix docs (#158)
Browse files Browse the repository at this point in the history
* Update path for vdb mapping docs

* Make deploy docs checkout submodules to access their readmes, e.g. vdb_mapping
  • Loading branch information
andrewjong authored Nov 16, 2024
1 parent e11a5d6 commit 666bccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ nav:
- docs/robot/autonomy/4_global/index.md
- World Model:
- docs/robot/autonomy/4_global/world_model/index.md
- robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping_ros2/README.md
- Planning:
- docs/robot/autonomy/4_global/planning/index.md
- robot/ros_ws/src/autonomy/4_global/b_planners/random_walk/README.md
Expand Down

0 comments on commit 666bccb

Please sign in to comment.