From 671cf06b5c2f405b771ad25bce4b013d334526c3 Mon Sep 17 00:00:00 2001 From: Timothy Willard <9395586+TimothyWillard@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:55:39 -0500 Subject: [PATCH] Fix `gh-pages.yaml` workflow Accidentially referenced non-existent recipe `reference` instead of `api-reference`. --- .github/workflows/gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 1a586cc..fbffc6f 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -62,7 +62,7 @@ jobs: uv run -qq python version.py >> $GITHUB_OUTPUT rm version.py - name: 'Build API Reference' - run: 'just reference' + run: 'just api-reference' - name: 'Deploy to GitHub Pages' run: | uv run mike set-default latest