Skip to content

Commit 049fb27

Browse files
committed
Try to fix caching
1 parent 86c3fcc commit 049fb27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-deploy-documentation.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
path: |
2222
${{ github.workspace }}/build/external/doxygen/
2323
${{ github.workspace }}/build/external/mcss/
24-
key: |
25-
${{ hashFiles('${{ github.workspace }}/cmake/ExternalDoxygen.cmake') }}
26-
${{ hashFiles('${{ github.workspace }}/cmake/ExternalMCSS.cmake') }}
24+
key: ${{ hashFiles('${{ github.workspace }}/cmake/ExternalDoxygen.cmake') }}-${{ hashFiles('${{ github.workspace }}/cmake/ExternalMCSS.cmake') }}
2725
- name: Build docs
2826
run: |
2927
mkdir build

0 commit comments

Comments
 (0)