Skip to content

Fix import issue

Fix import issue #18

name: Deploy Docs On Demand

Check failure on line 1 in .github/workflows/deploy-docs-on-demand.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-docs-on-demand.yml

Invalid workflow file

`deploy-docs` is not a valid event name
on:
workflow_dispatch:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Set up the environment
uses: ./.github/actions/setup-poetry-env
- name: Deploy documentation
run: poetry run mkdocs gh-deploy --force