Skip to content

Commit

Permalink
ci: fix auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed May 6, 2023
1 parent 381bf98 commit c753c4a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
node-version: 18
cache: pnpm
- run: pnpm install

- name: Build
run: yarn docs:build
run: pnpm run build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit c753c4a

Please sign in to comment.