Skip to content

Commit aaa7a6e

Browse files
Update JamesIves/github-pages-deploy-action action to v4.7.6
1 parent 3a27417 commit aaa7a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: yarn build
5252

5353
- name: Deploy Github Pages (only on main)
54-
uses: JamesIves/github-pages-deploy-action@v4.7.4
54+
uses: JamesIves/github-pages-deploy-action@v4.7.6
5555
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
5656
with:
5757
branch: gh-pages

0 commit comments

Comments
 (0)