Skip to content

Commit

Permalink
gh: docs use base url from pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Nov 29, 2023
1 parent 5f7942e commit 1c7f84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"

- name: Build with Hugo
run: make -C docs dist
run: make -C docs dist BASE_URL="${{ steps.pages.outputs.base_url }}/"

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 1c7f84a

Please sign in to comment.