Skip to content

Bump braces from 3.0.2 to 3.0.3 in /example_project (#58) #70

Bump braces from 3.0.2 to 3.0.3 in /example_project (#58)

Bump braces from 3.0.2 to 3.0.3 in /example_project (#58) #70

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