Skip to content

Commit 412b165

Browse files
authored
Merge pull request #74 from fastmachinelearning/dependabot/github_actions/peaceiris/actions-gh-pages-4.0.0
Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
2 parents a7af1b4 + fb8109e commit 412b165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
jupyter-book build .
4747
4848
- name: GitHub Pages action
49-
uses: peaceiris/actions-gh-pages@v3.9.3
49+
uses: peaceiris/actions-gh-pages@v4.0.0
5050
if: ${{ github.event_name != 'pull_request' }}
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)