Skip to content

Merge branch 'modules' of https://github.com/luketpeterson/hyperon-ex… #2

Merge branch 'modules' of https://github.com/luketpeterson/hyperon-ex…

Merge branch 'modules' of https://github.com/luketpeterson/hyperon-ex… #2

Workflow file for this run

name: build docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-versoin: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material mkdocs-minify-plugin mkdocstrings[python]
- run: mkdocs gh-deploy --force