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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user