Skip to content

Commit

Permalink
ci: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Oct 3, 2021
1 parent 4dceaa2 commit d1d9e00
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 @@ -26,7 +26,7 @@ jobs:
cp -r dist/* pages/lib/jsdoc-type-pratt-parser/
cp -r docs pages/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.3.1
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: pages
Expand Down

0 comments on commit d1d9e00

Please sign in to comment.