diff --git a/.gitea/workflows/deplopy-dev.yaml b/.gitea/workflows/deplopy-dev.yaml index d04387a..ce2b38d 100644 --- a/.gitea/workflows/deplopy-dev.yaml +++ b/.gitea/workflows/deplopy-dev.yaml @@ -27,6 +27,8 @@ jobs: run: pnpm install - name: Build run: pnpm build + - name: Change apt source + run: sudo sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list - name: Deploy to Server uses: https://git.daoyoucloud.com/TomyJan/easingthemes-ssh-deploy@v5.1.1 env: