Skip to content

Commit

Permalink
Update auto-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tragram authored Nov 7, 2024
1 parent d32a2ed commit 6ea02d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:

jobs:
build:

defaults:
run:
working-directory: ./web
runs-on: ubuntu-latest

strategy:
Expand All @@ -26,7 +28,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: cd web
- run: npm ci
- run: npm run build --if-present
- name: Deploy
Expand Down

0 comments on commit 6ea02d5

Please sign in to comment.