Skip to content

Commit

Permalink
feat: 📃auto upload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Oct 26, 2024
1 parent dcabd94 commit 74865d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Install dependencies
run: pnpm install

# 编译所有代码包
- name: Build packages
run: pnpm run build

# 检查代码规范
- name: Check code style
run: pnpm run lint
Expand Down

0 comments on commit 74865d4

Please sign in to comment.