Skip to content

Move to lila-docker's gitpod implementation (#33) #34

Move to lila-docker's gitpod implementation (#33)

Move to lila-docker's gitpod implementation (#33) #34

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force