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