File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments