Skip to content

Commit 3802893

Browse files
committed
fix: do not run make docs
1 parent 3173e6d commit 3802893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "" >> $GITHUB_STEP_SUMMARY # this is a blank line
3131
if ! git --no-pager diff --exit-code; then
3232
echo "::error:: Z-shelldocs are out-of-date." >> $GITHUB_STEP_SUMMARY
33-
echo "To regenerate, run `make doc`" >> $GITHUB_STEP_SUMMARY
33+
echo 'To regenerate, run `make doc`' >> $GITHUB_STEP_SUMMARY
3434
exit 1
3535
else
3636
echo "::notice:: Z-shelldocs are up-to-date." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)