Skip to content

Commit 0f1b055

Browse files
committed
2 parents 09351ea + 0b2da37 commit 0f1b055

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Docs
2+
3+
on: [push]
4+
5+
jobs:
6+
build-docs:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
11+
with:
12+
python-version: "3.12"
13+
- run: pip install -r docs/requirements.txt
14+
- run: mkdocs build

0 commit comments

Comments
 (0)