Skip to content

Commit d7f04fd

Browse files
committed
Try original command
1 parent b2a250c commit d7f04fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

0 commit comments

Comments
 (0)