Skip to content

Commit 41d7835

Browse files
committed
change deploy target
1 parent 5faa869 commit 41d7835

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deploy: all
1313
update:
1414
cd ../vue && \
1515
git checkout -- dist && \
16-
git checkout master && \
16+
git checkout 0.12.16 && \
1717
grunt build && \
1818
webpack --config build/webpack.test.config.js > /dev/null
1919
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ language:
1212

1313
# URL
1414
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
15-
url: http://vuejs.org
15+
url: http://012.vuejs.org
1616
root: /
1717
permalink: :year/:month/:day/:title/
1818
tag_dir: tags
@@ -97,4 +97,4 @@ markdown:
9797
## Docs: http://zespia.tw/hexo/docs/deployment.html
9898
deploy:
9999
type: git
100-
repository: git@github.com:vuejs/vuejs.org.git
100+
repository: git@github.com:vuejs/012.vuejs.org.git

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuejs.org",
3-
"version": "0.12.4",
3+
"version": "0.12.6",
44
"private": true,
55
"hexo": {
66
"version": "3.1.1"

source/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
vuejs.org
1+
012.vuejs.org

0 commit comments

Comments
 (0)