File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ install:
5252
5353 - cd c:\projects\wmi-scripting
5454 - yarn install
55- - yarn docs:deploy:windows
55+ - yarn docs:deploy:windows:ci
5656 - IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
5757 - php composer.phar self-update
5858 - php composer.phar update --no-interaction --prefer-dist --no-suggest --ansi --no-progress
Original file line number Diff line number Diff line change 22 "scripts" : {
33 "docs:dev" : " vuepress dev docs --host localhost --port 8080 --temp docs/.vuepress/.temp" ,
44 "docs:build" : " vuepress build docs" ,
5- "docs:deploy:windows" : " yarn docs:build && cd docs\\ .vuepress\\ dist && git init && git add -A && git commit -m \" deploy\" && git push -f https://github.com/phpwintools/wmi-scripting.git master:gh-pages" ,
6- "docs:deploy:windows:ci" : " yarn docs:build && cd docs\\ .vuepress\\ dist && git init && git add -A && git commit -m \" deploy\" && git push -f git@github.com:phpwintools/wmi-scripting.git master:gh-pages" ,
5+ "docs:deploy:windows" : " yarn docs:build && cd docs\\ .vuepress\\ dist && git init && git add -A && git commit -m \" deploy\" && git push -f https://github.com/phpwintools/wmi-scripting.git master:gh-pages" ,
6+ "docs:deploy:windows:ci" : " yarn docs:build && cd docs\\ .vuepress\\ dist && git init && git add -A && git commit -m \" deploy\" && git push -f git@github.com:phpwintools/wmi-scripting.git master:gh-pages" ,
77 "docs:deploy:linux" : " yarn docs:build && cd docs/.vuepress/dist && git init && git add -A && git commit -m \" deploy\" && git push -f https://github.com/phpwintools/wmi-scripting.git master:gh-pages"
88 },
99
You can’t perform that action at this time.
0 commit comments