Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlynn authored Dec 19, 2024
1 parent 976c5fc commit 61f39e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
uses: actions/setup-node@v3

- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
working-directory: maptcha
run: |
cd maptcha
pnpm install
- name: Build project
run: |
cd maptcha
npm run build
pnpm build
- name: Upload production-ready build files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 61f39e0

Please sign in to comment.