Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MCTBL authored Feb 27, 2025
1 parent dcc41c5 commit 947a85b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: install
run: |
npm install
npm install -g typescript
npm run build
- name: check tsc
run: tsc -v
Expand All @@ -33,3 +33,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: bin # The folder the action should deploy.
branch: test

0 comments on commit 947a85b

Please sign in to comment.