We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8620574 commit 07cde66Copy full SHA for 07cde66
.github/workflows/documentation.yaml
@@ -10,7 +10,6 @@ on:
10
workflow_dispatch:
11
12
jobs:
13
-
14
zshelldoc:
15
runs-on: ubuntu-latest
16
steps:
@@ -26,5 +25,6 @@ jobs:
26
25
- name: check for out-of-date documentation
27
run: |
28
if ! git --no-pager diff --exit-code; then
29
- echo "::set-output zshelldocs are out-of-date, run 'make doc'"
+ echo "::error:: Z-shelldocs are out-of-date. To regenerate, run 'make doc'"
+ exit 1
30
fi
doc/zsdoc/zinit-install.zsh.adoc
@@ -261,7 +261,7 @@ ____
261
package. Connects to Github releases page.
262
____
263
264
-Has 130 line(s). Calls functions:
+Has 115 line(s). Calls functions:
265
266
.zinit-get-latest-gh-r-url-part
267
`-- zinit.zsh/+zinit-message
0 commit comments