From 7ed574b959649d54e4ecdee42df63ba072b221e6 Mon Sep 17 00:00:00 2001 From: golf66 <69233028+hudeng-go@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:28:53 +0800 Subject: [PATCH] fix: testing repo access 404 error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit testing仓库的dde组件被去掉了,因此在这个里面也去掉。 --- .github/workflows/deploy-dev-doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dev-doc.yml b/.github/workflows/deploy-dev-doc.yml index f49b6ce34..d41aa5cee 100644 --- a/.github/workflows/deploy-dev-doc.yml +++ b/.github/workflows/deploy-dev-doc.yml @@ -33,8 +33,8 @@ jobs: rm /etc/apt/sources.list echo "deb [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/Develop:/dde/deepin_develop/ ./" > /etc/apt/sources.list echo "deb-src [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/Develop:/dde/deepin_develop/ ./" >> /etc/apt/sources.list - echo "deb [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/testing/ unstable main dde community commercial" >> /etc/apt/sources.list - echo "deb-src [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/testing/ unstable main dde community commercial" >> /etc/apt/sources.list + echo "deb [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/testing/ unstable main community commercial" >> /etc/apt/sources.list + echo "deb-src [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/testing/ unstable main community commercial" >> /etc/apt/sources.list echo "deb [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/stable/ beige main community commercial" >> /etc/apt/sources.list echo "deb-src [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/stable/ beige main community commercial" >> /etc/apt/sources.list apt-get update && apt-get install -y --force-yes ca-certificates apt-transport-https sudo