Skip to content

dependencies: (deps): bump the actions group across 1 directory with 2 updates #77

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

dependencies: (deps): bump the actions group across 1 directory with 2 updates #77

Workflow file for this run

name: Build Docs
on:
pull_request:
push:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Check-out repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- 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