From 688be6b65fb69051850af144fbc5b7b420bd83e4 Mon Sep 17 00:00:00 2001 From: cat-shark <1716967236@qq.com> Date: Sun, 19 Jul 2026 21:17:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(ci):=20=E7=BC=93=E5=AD=98=20Maven=20?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E4=BB=93=E5=BA=93=EF=BC=8C=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E4=B8=8B=E8=BD=BD=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ba06c53..00b28e8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,8 @@ jobs: runs-on: ubuntu-latest container: image: maven:3.9-eclipse-temurin-17 + volumes: + - /data/maven-repo:/root/.m2 steps: - name: Checkout code run: |