Skip to content

Commit

Permalink
Add docs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Sep 9, 2020
1 parent 708caa0 commit 4bf9993
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: docs
on:
push:
branches:
- master
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-material
- run: pip install mkdocs-markdownextradata-plugin
- run: mkdocs gh-deploy --force

0 comments on commit 4bf9993

Please sign in to comment.