Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Correction to call 'npm run build'.
  • Loading branch information
unsaturated committed Feb 25, 2024
1 parent c56f63d commit 51d45d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm build
- run: npm run build
- name: Upload
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 51d45d8

Please sign in to comment.