add hashes to artifacts
Build marp presentation / build marp presentation (push) Successful in 9m27s
Build marp presentation / build marp presentation (push) Successful in 9m27s
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /opt/
|
||||
key: marp-renderer
|
||||
key: marp-renderer-${{ hashFiles('./.gitea/workflows/build.yaml') }}
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: install marp toolchain
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: /opt/
|
||||
key: marp-renderer
|
||||
key: marp-renderer-${{ hashFiles('./.gitea/workflows/build.yaml') }}
|
||||
- name: build presentation
|
||||
working-directory: ./presentation
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user