Skip to content

Commit

Permalink
Merge pull request #99 from RGLgg/dependabot/github_actions/peaceiris…
Browse files Browse the repository at this point in the history
…/actions-gh-pages-4
  • Loading branch information
l-Aad-l authored Sep 18, 2024
2 parents 096ff68 + fdcc423 commit b0fe55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
path: build/

- name: Update updater branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: updater-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
working-directory: ./build

- name: Update updater branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: updater
Expand Down

0 comments on commit b0fe55c

Please sign in to comment.