Skip to content

Commit d253e55

Browse files
committed
fix: don't build the documentation
1 parent faff3fe commit d253e55

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ jobs:
6262
package-manager-cache: false
6363
node-version: 24
6464

65-
- name: Setup Python for docs build
66-
uses: actions/setup-python@v6
67-
with:
68-
python-version: '3.x'
69-
70-
- name: Install MkDocs
71-
run: python -m pip install --upgrade pip mkdocs
72-
7365
- name: Setup pnpm
7466
uses: pnpm/action-setup@v6
7567
with:
@@ -98,6 +90,3 @@ jobs:
9890

9991
- name: Run Vitest tests
10092
run: pnpm test
101-
102-
- name: Build documentation
103-
run: mkdocs build --strict

0 commit comments

Comments
 (0)