We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faff3fe commit d253e55Copy full SHA for d253e55
1 file changed
.github/workflows/build.yml
@@ -62,14 +62,6 @@ jobs:
62
package-manager-cache: false
63
node-version: 24
64
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
73
- name: Setup pnpm
74
uses: pnpm/action-setup@v6
75
with:
@@ -98,6 +90,3 @@ jobs:
98
90
99
91
- name: Run Vitest tests
100
92
run: pnpm test
101
102
- - name: Build documentation
103
- run: mkdocs build --strict
0 commit comments