Skip to content

Commit

Permalink
fix: hugo build baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored Aug 21, 2023
1 parent 9b4113a commit 7e302ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
hugo \
--minify \
--themesDir=../.. --source=exampleSite \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "https://imfing.github.io/hextra/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 7e302ac

Please sign in to comment.