Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Quick fix for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nrking0 committed Nov 13, 2023
1 parent faca449 commit a033eb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build
- run: mv public/favicon.ico build/favicon.ico
- run: mv public/manifest.json build/manifest.json
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit a033eb6

Please sign in to comment.