Skip to content

Commit

Permalink
fix: use native github pages action for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
edvein-rin committed Aug 3, 2024
1 parent ca78934 commit fed3ce9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run build
- name: Deploy
run: pnpm run deploy
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build

0 comments on commit fed3ce9

Please # to comment.