Skip to content

Commit

Permalink
chore: Fix deploy job
Browse files Browse the repository at this point in the history
Signed-off-by: koooge <[email protected]>
  • Loading branch information
koooge committed Aug 16, 2024
1 parent 9d2cdd8 commit b4bd13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build
run: |
export BASE_URL="https://koooge.github.io/hugo-theme-geppaku/"
hugo --gc --minify --configDir ./exampleSite/config exampleSite/config.toml --themesDir ./ --layoutDir ./layouts --config config/test/config.toml --baseURL "${BASE_URL}"
hugo --gc --minify --configDir ./exampleSite/config --themesDir ./ --layoutDir ./layouts --config config/test/config.toml --baseURL "${BASE_URL}"
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit b4bd13d

Please sign in to comment.