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
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /opt/
|
path: /opt/
|
||||||
key: marp-renderer
|
key: marp-renderer-${{ hashFiles('./.gitea/workflows/build.yaml') }}
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: install marp toolchain
|
- name: install marp toolchain
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: /opt/
|
path: /opt/
|
||||||
key: marp-renderer
|
key: marp-renderer-${{ hashFiles('./.gitea/workflows/build.yaml') }}
|
||||||
- name: build presentation
|
- name: build presentation
|
||||||
working-directory: ./presentation
|
working-directory: ./presentation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user