Skip to content

Commit

Permalink
docs: auto publish docs on main (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers authored Oct 19, 2023
1 parent d78c7f6 commit 785e5c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish docs
on:
push:
branches:
- 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 --clean --verbose
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.15
0.9.16

0 comments on commit 785e5c2

Please sign in to comment.