Skip to content

404 2.0 documentation #1

404 2.0 documentation

404 2.0 documentation #1

Workflow file for this run

name: Build Documentation
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
workflow_call:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: 📦 Install Hatch
uses: pypa/hatch@install
- name: 🔨 Build Documentation
run: hatch run docs-build
- name: ⬆️ Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
path: "site"