Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
onresize committed Mar 31, 2024
1 parent fc8a529 commit cadc094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: 执行安装依赖
run: npm install # or pnpm install / yarn install / bun install
run: yarn # or pnpm install / yarn install / bun install
- name: 执行打包
run: npm run build # or pnpm docs:build / yarn docs:build / bun run docs:build
run: yarn build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit cadc094

Please sign in to comment.