Skip to content

Commit 32f41fa

Browse files
docs
1 parent 1d6cb09 commit 32f41fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/docs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# .github/workflows/docs.yml
2+
name: Deploy docs
3+
on:
4+
push:
5+
branches: [main]
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-python@v5
12+
with:
13+
python-version: "3.13"
14+
- run: pip install mkdocs
15+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)