Skip to content

Commit 2fcd431

Browse files
committed
Fix GitHub actions
1 parent 82d919c commit 2fcd431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: dist
4141

4242
- name: 🚀 Deploy to GitHub Pages
43-
uses: JamesIves/github-pages-deploy-action@4
43+
uses: JamesIves/github-pages-deploy-action@v4
4444
with:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
BRANCH: gh-pages

0 commit comments

Comments
 (0)