Skip to content

Try to fix build configuration #56

Try to fix build configuration

Try to fix build configuration #56

name: Build MKDocs and push to gh-pages branch
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-material
- run: cd guide && mkdocs gh-deploy --force