Skip to content

fix deploy to ghp

fix deploy to ghp #3

Workflow file for this run

name: Publish docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force