add hashes to artifacts
Build marp presentation / build marp presentation (push) Successful in 9m27s

This commit is contained in:
Romane
2026-05-07 17:26:56 +02:00
parent 28390ae896
commit fadedc2c3a
+2 -2
View File
@@ -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: |