Skip to content

Commit

Permalink
tryfix: pass base URL to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Jan 12, 2024
1 parent ecc0051 commit 2b3fd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
extended: true

- name: Build
run: hugo --minify
run: hugo --minify --gc --baseURL "${{ steps.pages.outputs.base_url }}/"

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2b3fd80

Please sign in to comment.