mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: do not run make docs
This commit is contained in:
parent
3173e6df7d
commit
3802893c74
2
.github/workflows/documentation.yaml
vendored
2
.github/workflows/documentation.yaml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
echo "" >> $GITHUB_STEP_SUMMARY # this is a blank line
|
||||
if ! git --no-pager diff --exit-code; then
|
||||
echo "::error:: Z-shelldocs are out-of-date." >> $GITHUB_STEP_SUMMARY
|
||||
echo "To regenerate, run `make doc`" >> $GITHUB_STEP_SUMMARY
|
||||
echo 'To regenerate, run `make doc`' >> $GITHUB_STEP_SUMMARY
|
||||
exit 1
|
||||
else
|
||||
echo "::notice:: Z-shelldocs are up-to-date." >> $GITHUB_STEP_SUMMARY
|
||||
|
|
|
|||
Loading…
Reference in a new issue