We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaec81 commit 567cb41Copy full SHA for 567cb41
how.sh
@@ -48,4 +48,5 @@ how-generate() {
48
if ! quickdop -f $HOW_DOC $HOW_OUT -t json -c $HOW_CONFIG -viu; then
49
HOW_STATUS=1
50
fi
51
+ return $HOW_STATUS
52
}
travis-template.yml
@@ -20,7 +20,6 @@ script:
20
# Examples:
21
# - how-redirect "$HOW_LATEST/manual/intro" $HOW_OUT/index.html # redirect index.html to the intro of the latest version
22
# - how-redirect-manual 2.4.0 1.1.2 # redirect v1.1.2 manual to v2.4.0 manual
23
- - exit $HOW_STATUS
24
25
deploy:
26
provider: pages
0 commit comments