Skip to content

dependencies: (deps): bump the actions group across 1 directory with 5 updates #46

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

dependencies: (deps): bump the actions group across 1 directory with 5 updates #46

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.5.2
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.1.0
with:
python-version: "3.10"
- 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