Skip to content

Commit 8522603

Browse files
github-actions: bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.0.0. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@3.7.1...049a95c) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a76073b commit 8522603

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
@@ -22,7 +22,7 @@ jobs:
2222
working-directory: docs/
2323

2424
- name: Deploy Github Pages
25-
uses: JamesIves/github-pages-deploy-action@3.7.1
25+
uses: JamesIves/github-pages-deploy-action@4.0.0
2626
with:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
BRANCH: gh-pages

0 commit comments

Comments
 (0)