Skip to content

Commit 18e828b

Browse files
committed
added docs automation
1 parent 39f6165 commit 18e828b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Deploy Docs
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v4
14+
with:
15+
python-version: '3.x'
16+
- run: pip install mkdocs mkdocs-material
17+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)