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 <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed May 22, 2022
1 parent 8620574 commit 99c4bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion doc/zsdoc/zinit-install.zsh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ ____
package. Connects to Github releases page.
____
Has 130 line(s). Calls functions:
Has 115 line(s). Calls functions:
.zinit-get-latest-gh-r-url-part
`-- zinit.zsh/+zinit-message
Expand Down

0 comments on commit 99c4bed

Please sign in to comment.