Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 (#34) #51

Bump jinja2 from 3.1.2 to 3.1.3 (#34)

Bump jinja2 from 3.1.2 to 3.1.3 (#34) #51

Workflow file for this run

name: Build and publish docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install Poetry
run: |
pip install -U pip
pip install poetry
poetry config virtualenvs.create false
poetry install --with docs
- run: poetry run mkdocs gh-deploy --force