Skip to content

Commit 18517c7

Browse files
Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.3 to 4.0.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3.9.3...v4.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b671009 commit 18517c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
cp -R temp/site/. public/dev/en
125125
126126
- name: Deploy
127-
uses: peaceiris/actions-gh-pages@v3.9.3
127+
uses: peaceiris/actions-gh-pages@v4.0.0
128128
with:
129129
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
130130
publish_branch: gh-pages

0 commit comments

Comments
 (0)