Skip to content

Commit 6fdcde4

Browse files
committed
I think VuePress 1.04 just get released... paritially.
1 parent c980be3 commit 6fdcde4

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_EMAIL%"
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
@@ -8,7 +8,7 @@
88
},
99

1010
"devDependencies": {
11-
"vuepress": "^1.0.3"
11+
"vuepress": "1.0.3"
1212
},
1313

1414
"resolutions": {

0 commit comments

Comments
 (0)