Skip to content

Fixing another bad wait #215

Fixing another bad wait

Fixing another bad wait #215

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- master
concurrency:
group: publish-docs
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-redirects mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force --config-file mkdocs-gh-pages.yml