Skip to content

Commit

Permalink
Use correct domain name in --baseURL on build
Browse files Browse the repository at this point in the history
dcorto committed Dec 15, 2024

Verified

This commit was signed with the committer’s verified signature.
SheepChef SheepChef
1 parent 611bfb8 commit 0e63b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ jobs:
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL https://davidcorto.es/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:

0 comments on commit 0e63b2e

Please sign in to comment.