[CI] Fixed actions

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/432/head
Kang HuaiShuai 2019-11-06 10:44:57 +08:00
parent 709c77adcb
commit 6f96aaf5a6
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
1 changed files with 2 additions and 1 deletions

View File

@ -18,10 +18,11 @@ jobs:
args: build
- name: vuepress
run: |
rm -rf _book
sudo rm -rf _book
npx vuepress build
- name: Upload Vuepress dist
uses: docker://pcit/pages
if: github.repository == 'docker-practice/docker_practice'
env:
PCIT_EMAIL: khs1994@khs1994.com
PCIT_GIT_TOKEN: ${{ secrets.PCIT_GIT_TOKEN }}