Skip to content

Commit e5f7043

Browse files
committed
build: Update GH workflows
1 parent cab4548 commit e5f7043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
touch website/.nojekyll
3535
3636
- name: Deploy to GitHub Pages
37-
uses: JamesIves/github-pages-deploy-action@4.6.3
37+
uses: JamesIves/github-pages-deploy-action@v4.6.3
3838
with:
3939
folder: website
4040
branch: 'gh-pages'

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
touch website/.nojekyll
3434
3535
- name: Deploy to GitHub Pages
36-
uses: JamesIves/github-pages-deploy-action@4.6.3
36+
uses: JamesIves/github-pages-deploy-action@v4.6.3
3737
with:
3838
folder: website
3939
branch: 'gh-pages'

0 commit comments

Comments
 (0)