diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9c3b564..5023175 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,7 +6,8 @@ jobs: runs-on: ubuntu steps: - name: Deploy using SSH - uses: appleboy/ssh-action@v1.0.3 + # 使用 Gitea 官方镜像源,加速国内访问 + uses: https://gitea.com/actions/appleboy-ssh-action@v1.0.3 with: host: 6.6.6.66 username: quant