Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Sep 18, 2024
1 parent eec1d3c commit ef876bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: pnpm install
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- run: pnpm build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ef876bc

Please sign in to comment.