Skip to content

github-actions(deps): bump actions/upload-pages-artifact from 1 to 2 #140

github-actions(deps): bump actions/upload-pages-artifact from 1 to 2

github-actions(deps): bump actions/upload-pages-artifact from 1 to 2 #140

Workflow file for this run

---
name: build documentation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install Poetry
run: |
pip install poetry
- name: Install Dependencies
run: |
poetry install --only docs
- run: poetry run mkdocs build --strict