Skip to content

Commit 21e908f

Browse files
authored
Update GitHub Pages deploy action version
Signed-off-by: Lee Calcote <[email protected]>
1 parent 24c3e99 commit 21e908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
make build
3535
3636
- name: Deploy 🚀
37-
uses: JamesIves/github-pages-deploy-action@4.7.4
37+
uses: JamesIves/github-pages-deploy-action@v4.7.4
3838
with:
3939
branch: site # The branch the action should deploy to.
4040
folder: public # The folder the action should deploy.

0 commit comments

Comments
 (0)