Skip to content

Commit

Permalink
Fix docs dist path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmakelin committed May 12, 2024
1 parent b754831 commit 69fd40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
mkdir -p docs/_build
docker run ghcr.io/${{ github.repository }}:latest make docs
docker cp $(docker ps -q -l):/opt/colcon_ws/src/gisnav/docs/vitepress/docs/dist docs
docker cp $(docker ps -q -l):/opt/colcon_ws/src/gisnav/docs/vitepress/docs/.vitepress/dist docs
- name: Install node
run: |
Expand Down

0 comments on commit 69fd40c

Please sign in to comment.