test deploy

This commit is contained in:
xugaoyi 2019-12-18 17:30:53 +08:00
parent e7fe3df306
commit 5102a2422c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs: # 工作流
env: # 设置环境变量
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} # toKen私密变量
CODING_TOKEN: ${{ secrets.CODING_TOKEN }} # 腾讯云开发者平台coding私密token
run: npm intall && npm run deploy
run: npm install && npm run deploy
# - name: Build and Deploy # 步骤3
# uses: JamesIves/github-pages-deploy-action@master # 作用将项目构建和部署到github。 https://github.com/JamesIves/github-pages-deploy-action