Skip to content

Commit

Permalink
Fix: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KimCookieYa committed Nov 13, 2023
1 parent ba45683 commit 4c0e8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
with:
node-version: 18
cache: 'npm'
cache-dependency-path: ./client/package-lock.json
- name: Install dependencies
run: npm install
- name: Build
run: npm build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 4c0e8d5

Please sign in to comment.