make cache compatible with actions
Build marp presentation / build marp presentation (push) Successful in 5m56s

This commit is contained in:
Romane
2026-05-06 08:43:52 +02:00
parent 9b5ed0084f
commit f20296d7f6
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
id: restore-cache id: restore-cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: /usr/local/lib/node_modules path: /opt/acttoolcache
key: node-marp-installation key: node-marp-installation
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
if: steps.restore-cache.outputs.cache-hit != 'true' if: steps.restore-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v3 uses: actions/cache/save@v3
with: with:
path: /usr/local/lib/node_modules path: /opt/apttoolcache
key: node-marp-installation key: node-marp-installation
- name: build presentation - name: build presentation
working-directory: ./presentation working-directory: ./presentation