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 19, 2025
1 parent 220277f commit 13ad1ac
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: check node
run: node -v

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
- name: install
run: |
npm install
npm install -g typescript
npm ci
tsc
- name: tsc
run: tsc

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 13ad1ac

Please sign in to comment.