Skip to content

Commit

Permalink
fix: update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rockcookies committed Nov 8, 2023
1 parent 84e4de5 commit 0831bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: npm run install
run: npm install

- name: Bootstrap ‍🌈
run: npm run bootstrap
Expand Down

0 comments on commit 0831bde

Please sign in to comment.