Skip to content

feat(documentation): init with mkdocs #5

feat(documentation): init with mkdocs

feat(documentation): init with mkdocs #5

name: Publish docs via GitHub Pages
on:
push:
branches:
- dots-docs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: cd ./documentation/ && mkdocs gh-deploy --force --clean --verbose