Skip to content

Commit

Permalink
npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
boonboonsiri committed Jan 3, 2024
1 parent 66fd845 commit 9c92536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm install --frozen-lockfile --non-interactive
- name: Build
run: npm build
run: npm run build
# 👆 Build steps
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 9c92536

Please sign in to comment.