Skip to content

hide prompts that are no longer updated #39

hide prompts that are no longer updated

hide prompts that are no longer updated #39

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v3
with:
python-version: 3.x
cache: 'poetry'
- run: poetry install
- run: poetry run mkdocs gh-deploy --force