From 96f3ff1d9e60e85dbbb83e330aed6e51519b1fa6 Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Wed, 6 May 2026 08:46:56 +0200 Subject: [PATCH] change path typo --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b9d1b5a..6e96312 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: if: steps.restore-cache.outputs.cache-hit != 'true' uses: actions/cache/save@v3 with: - path: /opt/apttoolcache + path: /opt/acttoolcache key: node-marp-installation - name: build presentation working-directory: ./presentation