File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ install:
5555 - git config --global user.email "%GIT_EMAIL%"
5656 - git config --global user.name "%GIT_USER%"
5757 - yarn install
58- - yarn docs:deploy:windows:ci
58+ - yarn docs:deploy:windows
5959
6060 - IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
6161 - php composer.phar self-update
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" ,
65 "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" ,
6+ "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" ,
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