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 b47a4a0 commit 063ec7dCopy full SHA for 063ec7d
2 files changed
.github/workflows/ci.yml
@@ -81,6 +81,16 @@ jobs:
81
examples/basic-nanobind/dist/
82
examples/external-sources/dist/
83
84
+ docs:
85
+ runs-on: ubuntu-latest
86
+ steps:
87
+ - uses: actions/checkout@v4
88
+ - uses: actions/setup-python@v5
89
+ with:
90
+ python-version: "3.12"
91
+ - run: pip install ".[docs]"
92
+ - run: mkdocs build --strict
93
+
94
build-default:
95
strategy:
96
fail-fast: false
.github/workflows/docs.yml
@@ -18,5 +18,5 @@ jobs:
18
- uses: actions/setup-python@v5
19
with:
20
python-version: "3.12"
21
- - run: pip install "mkdocs>=1.6,<2" mkdocs-material
22
- run: mkdocs gh-deploy --force
0 commit comments