Skip to content

Commit dd5c154

Browse files
fix docs publish
1 parent a59690f commit dd5c154

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/publish-docs.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
chmod +x ./dist/bin/auto.js
22

3+
export PATH=$(npm bin):$PATH
4+
35
SHOULD_PUBLISH=`./dist/bin/auto.js label | grep -F 'documentation'`
46

57
if [ ! -z "$SHOULD_PUBLISH" ]; then
6-
npm run docs:publish
8+
ignite --publish
79
fi

0 commit comments

Comments
 (0)