Skip to content

Commit

Permalink
prepare for doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
valpesendorfer committed Nov 3, 2020
1 parent c118215 commit c0177a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 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: docs
on:
push:
branches:
- dev
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install numpy mkdocs-material mkdocstrings
- run: pip install --no-deps $GITHUB_WORKSPACE
- run: mkdocs gh-deploy --force
3 changes: 0 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ plugins:

markdown_extensions:
- admonition

#deploy
#https://squidfunk.github.io/mkdocs-material/publishing-your-site/

0 comments on commit c0177a8

Please sign in to comment.