Skip to content

workaround checkout fetch-tags issue (#164) #69

workaround checkout fetch-tags issue (#164)

workaround checkout fetch-tags issue (#164) #69

Workflow file for this run

name: mkdocs-build
on:
push:
branches:
- main
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: pip install --disable-pip-version-check -r requirements.txt
- run: mkdocs gh-deploy --force