Skip to content

Commit

Permalink
Merge pull request #209 from google/workflow/gh-pages
Browse files Browse the repository at this point in the history
github pages workflow fix
  • Loading branch information
kapv89 authored Dec 5, 2022
2 parents c1e16e1 + 1143288 commit a6bfea7
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 a6bfea7

Please sign in to comment.