Skip to content

Commit

Permalink
fix: deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Apr 13, 2024
1 parent 08ae3db commit 572e88f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
run: npm run build

- name: Deploy to gh-pages
run: npm run deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build

0 comments on commit 572e88f

Please sign in to comment.