Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
try removing baseURL config option
  • Loading branch information
bendichter authored Nov 13, 2024
1 parent dde2868 commit 68ad7e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--verbose
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 68ad7e8

Please sign in to comment.