Skip to content

Commit cb50a9b

Browse files
committed
🎄 chore: fix GitHub Pages Deploy Action version in workflow
Fixed the version of the GitHub Pages Deploy Action in the workflow to ensure compatibility and correct deployment.
1 parent 77eb869 commit cb50a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/jamstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: python static.py
3030

3131
- name: Deploy 🚀
32-
uses: JamesIves/github-pages-deploy-action@4.7.1
32+
uses: JamesIves/github-pages-deploy-action@v4.7.1
3333
with:
3434
branch: main
3535
folder: docs

0 commit comments

Comments
 (0)