This commit is contained in:
xugaoyi 2019-12-07 17:18:42 +08:00
parent 37a0c2df42
commit 1b5482ffea
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ jobs: # 工作流
BASE_BRANCH: master # 要部署的文件夹所在的分支. BASE_BRANCH: master # 要部署的文件夹所在的分支.
BRANCH: gh-pages # 部署到的分支 BRANCH: gh-pages # 部署到的分支
FOLDER: docs/.vuepress/dist # 要部署的文件夹. FOLDER: docs/.vuepress/dist # 要部署的文件夹.
BUILD_SCRIPT: npm install && npm run list && npm run build:gitpage && npm run chame:gitpage # 部署前要执行的命令 BUILD_SCRIPT: npm install && npm run build:gitpage && npm run chame:gitpage # 部署前要执行的命令 #&& npm run list