Skip to content

Commit

Permalink
Use full base url for base-href
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 6, 2024
1 parent 346718c commit 74b46dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: npm ci
working-directory: ${{ env.WEBSITE_PATH }}
- name: Build Website
run: npm run build -- --base-href "${{ steps.pages.outputs.base_path }}/"
run: npm run build -- --base-href "${{ steps.pages.outputs.base_url }}/"
working-directory: ${{ env.WEBSITE_PATH }}


Expand All @@ -72,7 +72,7 @@ jobs:
- name: Build Docs
run: python build_multiversion.py --pointers --libs --output_dir ${{ github.workspace }}/${{ env.WEBSITE_PATH }}/dist
env:
GZ_DEPLOY_URL: "${{ steps.pages.outputs.base_path }}"
GZ_DEPLOY_URL: "${{ steps.pages.outputs.base_url }}"
working-directory: ${{ env.DOCS_PATH }}

- name: Upload artifact
Expand Down

0 comments on commit 74b46dc

Please sign in to comment.