We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c3fcc commit 049fb27Copy full SHA for 049fb27
.github/workflows/build-and-deploy-documentation.yaml
@@ -21,9 +21,7 @@ jobs:
21
path: |
22
${{ github.workspace }}/build/external/doxygen/
23
${{ github.workspace }}/build/external/mcss/
24
- key: |
25
- ${{ hashFiles('${{ github.workspace }}/cmake/ExternalDoxygen.cmake') }}
26
- ${{ hashFiles('${{ github.workspace }}/cmake/ExternalMCSS.cmake') }}
+ key: ${{ hashFiles('${{ github.workspace }}/cmake/ExternalDoxygen.cmake') }}-${{ hashFiles('${{ github.workspace }}/cmake/ExternalMCSS.cmake') }}
27
- name: Build docs
28
run: |
29
mkdir build
0 commit comments