From e38ea82f379fd653554328e602400b1592f35e98 Mon Sep 17 00:00:00 2001 From: Kang HuaiShuai Date: Thu, 12 Mar 2020 15:04:21 +0800 Subject: [PATCH] remove github actions files on gitbook dist Signed-off-by: Kang HuaiShuai --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e98d6bb..923e08b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .