From d2f5e120ae241d82e612cf0e94ec296db81d7361 Mon Sep 17 00:00:00 2001 From: Kang HuaiShuai Date: Sun, 23 Feb 2020 21:57:26 +0800 Subject: [PATCH] Fixed github pages Signed-off-by: Kang HuaiShuai --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d806ab..dc69604 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,8 @@ jobs: cp -r kubernetes/_images .vuepress/dist/kubernetes cp -r mesos/_images .vuepress/dist/mesos cp -r underly/_images .vuepress/dist/underly + + echo "include: [_images]" > .vuepress/dist/_config - name: Upload Vuepress dist uses: docker://pcit/pages if: github.repository == 'docker-practice/docker_practice'