Skip to content

Commit

Permalink
fixup! Move sphinx-apidoc command to script and run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Jul 8, 2024
1 parent 9212ec4 commit 50af199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50af199

Please sign in to comment.