make cache compatible with actions
Build marp presentation / build marp presentation (push) Successful in 5m56s
Build marp presentation / build marp presentation (push) Successful in 5m56s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user