Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
* bump version
* master to main
  • Loading branch information
k-urtica committed Jul 1, 2024
1 parent a274ace commit d2d6adf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand All @@ -41,9 +41,9 @@ jobs:
run: pnpm generate

- name: deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/develop' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: master
publish_branch: main
publish_dir: ./dist

0 comments on commit d2d6adf

Please sign in to comment.