From 8a0230e49350275cb784805be6e44d914ffdd1b5 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Fri, 30 Jan 2026 16:08:28 -0800 Subject: [PATCH] fix: remove non-existent advanced_network/_images from CI --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f94deaa..52fc980 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,6 @@ jobs: echo "vuepress.mirror.docker-practice.com" > .vuepress/dist/CNAME cp -r _images .vuepress/dist - cp -r advanced_network/_images .vuepress/dist/advanced_network cp -r appendix/_images .vuepress/dist/appendix cp -r cases/ci/drone/_images .vuepress/dist/cases/ci/drone cp -r cases/os/_images .vuepress/dist/cases/os