Skip to content

Commit c8adb22

Browse files
Merge pull request #71 from AlexRogalskiy/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.0.0
github-actions: bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.0.0
2 parents 3c94abf + 8522603 commit c8adb22

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)