Skip to content

Commit 36d8a6d

Browse files
committed
fix ci
1 parent 60ad38f commit 36d8a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Install
3737
run: |
3838
pnpm install
39-
pnpm build
40-
pnpm docs
39+
pnpm run build
40+
pnpm run docs
4141

4242
- name: Upload Page Artifact
4343
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)