remove github actions files on gitbook dist

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/443/head
Kang HuaiShuai 2020-03-12 15:04:21 +08:00
parent c887661c08
commit e38ea82f37
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ after_success:
- docker push dockerpracticesig/docker_practice
- cd _book
- rm -rf .github/workflows
- git init
- git remote add origin "$DEPLOY_REPO"
- git add .