Skip to content

Commit 0b520f8

Browse files
committed
CI/CD-fix
1 parent e80cf8e commit 0b520f8

File tree

4 files changed

+8
-128
lines changed

4 files changed

+8
-128
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
- name: Lint
3333
run: yarn lint
3434

35+
- name: Check format
36+
run: yarn format:check
37+
3538
- name: Build
36-
run: yarn docs:build
39+
run: yarn vitepress build docs

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
- name: Lint
4343
run: yarn lint
4444

45+
- name: Check format
46+
run: yarn format:check
47+
4548
- name: Build
46-
run: yarn docs:build
49+
run: yarn vitepress build docs
4750

4851
- name: Setup Pages
4952
uses: actions/configure-pages@v5

docs/api-examples.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/markdown-examples.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)