Skip to content

Commit

Permalink
Added CI file to automatically build and publish the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
feaser committed Mar 2, 2022
1 parent ea46171 commit 396bf62
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs gh-deploy --force

0 comments on commit 396bf62

Please sign in to comment.