Skip to content

Workflow files now point to the ARC runner. (#275) #224

Workflow files now point to the ARC runner. (#275)

Workflow files now point to the ARC runner. (#275) #224

Workflow file for this run

---
name: Publish documentation
on:
push:
branches:
- main
jobs:
docs-publish:
name: Publish documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
- run: mkdocs gh-deploy --force