Skip to content

Commit

Permalink
fix(ci): Fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jun 25, 2024
1 parent 239d691 commit e87e34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run typedoc

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs

0 comments on commit e87e34b

Please sign in to comment.