Skip to content

Commit

Permalink
chore(deps): update peaceiris/actions-gh-pages action to v4 (#1333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent eb48b85 commit ec29017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build docs
run: cd web && yarn install && yarn run build
- name: Commit and push changes
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.PUSH_TOKEN }}
external_repository: 'ACRA/acra.github.com'
Expand Down

0 comments on commit ec29017

Please sign in to comment.