Skip to content

Commit 04ec38c

Browse files
committed
removed caching as not working
1 parent ed9d59c commit 04ec38c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
run: |
1616
sudo apt install bison flex # Needed by Doxygen
1717
pip3 install jinja2 # Needed by M.css
18-
- name: Cache Doxygen and M.CSS externals
19-
uses: actions/cache@v4
20-
with:
21-
path: |
22-
${{ github.workspace }}/build/external/doxygen/
23-
${{ github.workspace }}/build/external/mcss/
24-
key: ${{ hashFiles('${{ github.workspace }}/cmake/ExternalDoxygen.cmake', '${{ github.workspace }}/cmake/ExternalMCSS.cmake') }}
18+
# - name: Cache Doxygen and M.CSS externals
19+
# uses: actions/cache@v4
20+
# with:
21+
# path: |
22+
# ${{ github.workspace }}/build/external/doxygen/
23+
# ${{ github.workspace }}/build/external/mcss/
24+
# key: ${{ hashFiles('${{ github.workspace }}/cmake/ExternalDoxygen.cmake', '${{ github.workspace }}/cmake/ExternalMCSS.cmake') }}
2525
- name: Build docs
2626
run: |
2727
mkdir build

0 commit comments

Comments
 (0)