Skip to content

Commit

Permalink
fix(ci): suburl
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <1651305+astromechza@users.noreply.github.com>
  • Loading branch information
astromechza authored Jul 23, 2024
1 parent 88fc883 commit 863170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node_modules/.bin/hugo/hugo \
--minify \
--environment staging \
--baseURL "${{ steps.pages.outputs.base_url }}"
--baseURL "${{ steps.pages.outputs.base_url }}score.dev/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 863170c

Please sign in to comment.