Skip to content

Commit

Permalink
Merge pull request #6 from shiruken/dependabot/github_actions/peaceir…
Browse files Browse the repository at this point in the history
…is/actions-gh-pages-4

Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
shiruken committed Apr 15, 2024
2 parents 7c2a5fc + 0d4dbd5 commit 683510d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main' # Only publish main branch
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 683510d

Please sign in to comment.