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
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7

View File

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