Skip to content

Bump the python-dependencies group with 4 updates #11

Bump the python-dependencies group with 4 updates

Bump the python-dependencies group with 4 updates #11

name: Build Documentation
on:
workflow_dispatch:
workflow_call:
pull_request:
jobs:
build:
name: Build Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
- name: Install dependencies
run: poetry install --with docs
- name: Build documentation
run: mkdocs build
- name: Upload docs to artifact storage
uses: actions/upload-pages-artifact@v2
with:
path: site