workflows: fix deploy version

This commit is contained in:
oreo639
2023-04-12 11:08:54 -07:00
parent 85f7a1f368
commit 93d9734015
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
touch site/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.