Skip to content

fix gh-deploy.yml #52 #53 #317

fix gh-deploy.yml #52 #53

fix gh-deploy.yml #52 #53 #317

Workflow file for this run

name: gh-deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
sparse-checkout: |
docs
overrides
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force