We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59690f commit dd5c154Copy full SHA for dd5c154
scripts/publish-docs.sh
@@ -1,7 +1,9 @@
1
chmod +x ./dist/bin/auto.js
2
3
+export PATH=$(npm bin):$PATH
4
+
5
SHOULD_PUBLISH=`./dist/bin/auto.js label | grep -F 'documentation'`
6
7
if [ ! -z "$SHOULD_PUBLISH" ]; then
- npm run docs:publish
8
+ ignite --publish
9
fi
0 commit comments