Skip to content

fix: downloads badge broken link (#136) #112

fix: downloads badge broken link (#136)

fix: downloads badge broken link (#136) #112

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
- run: cp README.md docs/index.md
- run: cp -r theme docs/theme
- run: make install-dev
- run: mkdocs gh-deploy --force