remove github actions files on gitbook dist

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2020-03-12 15:04:21 +08:00
parent c887661c08
commit e38ea82f37

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 .