From f20296d7f64d5e2489c7513fc53017bb2aee69f3 Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Wed, 6 May 2026 08:43:52 +0200 Subject: [PATCH] make cache compatible with actions --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c55192a..b9d1b5a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: id: restore-cache uses: actions/cache@v3 with: - path: /usr/local/lib/node_modules + path: /opt/acttoolcache key: node-marp-installation - name: checkout uses: actions/checkout@v4 @@ -22,7 +22,7 @@ jobs: if: steps.restore-cache.outputs.cache-hit != 'true' uses: actions/cache/save@v3 with: - path: /usr/local/lib/node_modules + path: /opt/apttoolcache key: node-marp-installation - name: build presentation working-directory: ./presentation