Skip to content

Commit

Permalink
feat: added github action for building docs
Browse files Browse the repository at this point in the history
chore: readded .husky
  • Loading branch information
pethron committed Jul 6, 2021
1 parent dd28173 commit ac4a919
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docs

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-material
- run: mkdocs gh-deploy --force
File renamed without changes.
File renamed without changes.

0 comments on commit ac4a919

Please sign in to comment.