This commit is contained in:
xugaoyi 2019-12-17 15:09:53 +08:00
parent b3bcf76e6c
commit f34a0e1aae
1 changed files with 2 additions and 2 deletions

View File

@ -29,5 +29,5 @@ jobs: # 工作流
BASE_BRANCH: master # 要部署的文件夹所在的分支.
BRANCH: gh-pages # 部署到的分支
FOLDER: docs/.vuepress/dist # 要部署的文件夹.
BUILD_SCRIPT: npm install && npm run build && ls && echo '换行' && cd docs && ls && echo '目录为docs' && cd .vuepress && ls && echo '目录为.vuepress' && cd dist && ls && echo '目录为dist' && echo 'b.evanblogweb.com' > CNAME # 部署前要执行的命令 #&& npm run list
# cd docs/.vuepress/dist && echo 'b.evanblogweb.com' > CNAME
BUILD_SCRIPT: npm install && npm run build && cd docs/.vuepress/dist && echo 'b.evanblogweb.com' > CNAME && cd - # 部署前要执行的命令
#