Skip to content

Commit 2061af7

Browse files
committed
Fix docs dist path in workflow
1 parent b754831 commit 2061af7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_and_deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
mkdir -p docs/_build
2727
docker run ghcr.io/${{ github.repository }}:latest make docs
28-
docker cp $(docker ps -q -l):/opt/colcon_ws/src/gisnav/docs/vitepress/docs/dist docs
28+
docker cp $(docker ps -q -l):/opt/colcon_ws/src/gisnav/docs/vitepress/docs/.vitepress/dist docs
2929
3030
- name: Install node
3131
run: |

docker/mavros/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
112112
&& source ~/.nvm/nvm.sh \
113113
&& nvm install 18 \
114114
&& nvm use 18 \
115+
&& cd docs/vitepress \
115116
&& npm install
116117

117118
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)