Skip to content

Commit

Permalink
Fix deploy action version
Browse files Browse the repository at this point in the history
  • Loading branch information
tzyl committed Dec 20, 2023
1 parent 9cc13cd commit 44b9bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: touch ./out/.nojekyll

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.5.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: out

0 comments on commit 44b9bc4

Please sign in to comment.