Skip to content

Commit 063ec7d

Browse files
committed
wip
1 parent b47a4a0 commit 063ec7d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ jobs:
8181
examples/basic-nanobind/dist/
8282
examples/external-sources/dist/
8383
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+
8494
build-default:
8595
strategy:
8696
fail-fast: false

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.12"
21-
- run: pip install "mkdocs>=1.6,<2" mkdocs-material
21+
- run: pip install ".[docs]"
2222
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)