Skip to content

Commit

Permalink
fix: docs workflow should fail if out-of-date
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed May 22, 2022
1 parent 8620574 commit 1c413e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: check for out-of-date documentation
run: |
if ! git --no-pager diff --exit-code; then
echo "::set-output zshelldocs are out-of-date, run 'make doc'"
echo "::error Z-shelldocs are out-of-date. To regenerate, run 'make doc'"
fi

0 comments on commit 1c413e1

Please sign in to comment.