Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Dec 23, 2023
1 parent 9164808 commit d8f1012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: npm install

- name: Build
run: npm run build
run: |
npm run build
tree .
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit d8f1012

Please sign in to comment.