update configuration for docs deploy

master
iczer 4 years ago
parent a4f230ff6d
commit f82c33b0d3
  1. 2
      docs/.vuepress/config.js
  2. 2
      package.json

@ -1,7 +1,7 @@
module.exports = { module.exports = {
title: 'Vue Antd Admin', title: 'Vue Antd Admin',
description: 'Vue Antd Admin', description: 'Vue Antd Admin',
base: '/vue-antd-admin/', base: '/vue-antd-admin-docs/',
head: [ head: [
['link', { rel: 'icon', href: '/favicon.ico' }] ['link', { rel: 'icon', href: '/favicon.ico' }]
], ],

@ -11,7 +11,7 @@
"deploy": "gh-pages -d dist -b pages -r https://gitee.com/iczer/vue-antd-admin.git", "deploy": "gh-pages -d dist -b pages -r https://gitee.com/iczer/vue-antd-admin.git",
"docs:dev": "vuepress dev docs", "docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs", "docs:build": "vuepress build docs",
"docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist" "docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist -b master -r https://gitee.com/iczer/vue-antd-admin-docs.git"
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "^0.11.4", "@antv/data-set": "^0.11.4",

Loading…
Cancel
Save