Skip to content

Commit

Permalink
Use branch that supports GA, fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jun 5, 2024
1 parent 83f6449 commit 751d271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: gazebo-web/gazebosim-web-frontend
ref: support_github_pages
path: ${{ env.WEBSITE_PATH }}
- name: Setup Node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
run: pip install -r requirements.txt
working-directory: ${{ env.DOCS_PATH }}
- name: Build Docs
run: python build_multiversion.py --libs --output_dir ${{ env.WEBSITE_PATH }}/dist
run: python build_multiversion.py --libs --output_dir ${{ github.workspace }}/${{ env.WEBSITE_PATH }}/dist
working-directory: ${{ env.DOCS_PATH }}

- name: Upload artifact
Expand Down

0 comments on commit 751d271

Please sign in to comment.