Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed May 10, 2024
1 parent c10c387 commit 92b69a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
version: 8
- name: copy package.json to public
run: cp package.json ./public

- name: Install dependencies
run: pnpm install
- name: Export
run: yarn export
run: pnpm export

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

0 comments on commit 92b69a9

Please sign in to comment.