Skip to content

Commit 2ba1654

Browse files
Merge pull request #125 from StatFunGen/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.6
Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6
2 parents fe1f4c1 + de79489 commit 2ba1654

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch_pkgdown_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Deploy to GitHub pages 🚀
2828
if: github.event_name != 'pull_request'
29-
uses: JamesIves/github-pages-deploy-action@v4.7.4
29+
uses: JamesIves/github-pages-deploy-action@v4.7.6
3030
with:
3131
clean: false
3232
branch: gh-pages

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Deploy to GitHub pages 🚀
5858
if: github.event_name != 'pull_request'
59-
uses: JamesIves/github-pages-deploy-action@v4.7.4
59+
uses: JamesIves/github-pages-deploy-action@v4.7.6
6060
with:
6161
clean: false
6262
branch: gh-pages

0 commit comments

Comments
 (0)