Skip to content

dependencies: (deps): bump the actions group across 1 directory with 4 updates #143

dependencies: (deps): bump the actions group across 1 directory with 4 updates

dependencies: (deps): bump the actions group across 1 directory with 4 updates #143

Workflow file for this run

name: Build Docs
on:
pull_request:
push:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v4.5.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v5.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install hatch
run: |
python -m pip install --upgrade pip
python -m pip install hatch
- name: Build documentation using Hatch
run: |
hatch run docs:build