Skip to content

Commit

Permalink
github pages workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kapv89 committed Dec 5, 2022
1 parent c1e16e1 commit 1143288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
# extended: true

- name: Build
run: cd src && hugo --minify
run: cd src && hugo --minify && cd ..

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/gh-pages'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: .

0 comments on commit 1143288

Please sign in to comment.