Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
Deploy to pages
  • Loading branch information
white-gecko authored Aug 3, 2024
1 parent 8296ea5 commit f4a1bbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
with:
cmd: build # will run `yarn build` command

- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_branch: gh-pages

0 comments on commit f4a1bbc

Please sign in to comment.