From 15365a35091851447fe2ed588b22c0e5d163f2c4 Mon Sep 17 00:00:00 2001 From: golf66 <69233028+hudeng-go@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:37:29 +0800 Subject: [PATCH] chore: update repo dist code to crimson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit deepin现在已经更新到了25版本,因此更新仓库代号。 --- .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 d41aa5cee..dac32e49e 100644 --- a/.github/workflows/deploy-dev-doc.yml +++ b/.github/workflows/deploy-dev-doc.yml @@ -35,8 +35,8 @@ jobs: 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 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 + echo "deb [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/stable/ crimson main community commercial" >> /etc/apt/sources.list + echo "deb-src [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/stable/ crimson main community commercial" >> /etc/apt/sources.list apt-get update && apt-get install -y --force-yes ca-certificates apt-transport-https sudo - uses: actions/checkout@v5 with: