Skip to content

Commit

Permalink
ci: use v4 for JamesIves/github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Mar 13, 2023
1 parent bf28f57 commit 589eb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cp -r dist/* pages/lib/jsdoc-type-pratt-parser/
cp -r docs pages/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: pages
Expand Down

0 comments on commit 589eb5b

Please sign in to comment.