Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Dec 13, 2024
1 parent 7602f7c commit 991ba0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
run: npm install
- name: Build with Next.js
run: |
Expand Down

0 comments on commit 991ba0a

Please sign in to comment.