Skip to content

Commit

Permalink
feat: update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rockcookies committed Nov 8, 2023
1 parent 76eae2e commit 84e4de5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

- name: Bootstrap ‍🌈
run: npm run bootstrap

- name: Build Site ‍🔨
Expand Down

0 comments on commit 84e4de5

Please sign in to comment.