From 50af199e4a5e32e0dade41351553dffffea71b79 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:36:36 -0700 Subject: [PATCH] fixup! Move sphinx-apidoc command to script and run in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a609370e..db440c8f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -204,7 +204,7 @@ jobs: run: | if [[ -n $(git status --porcelain) ]]; then git add . - git diff --staged + git diff --staged >&2 echo "There are changes to the developer API docs. Please regenerate, commit, and push the changes." >&2 exit 1 fi