From 34f39805bf580bd2394f1c9d6ddbff99bd00f144 Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Mon, 11 Mar 2024 22:08:09 +0800 Subject: [PATCH] disable literate cache --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6816d2c..97c00700 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,18 +46,18 @@ jobs: env: PYTHON: ${{ env.pythonLocation }}/python run: julia --color=yes instantiate.jl - - name: Cache literate notebooks - uses: actions/cache@v4 - id: cache-nb - with: - path: | - docs/**/*.ipynb - docs/**/*.sha - key: ${{ hashFiles('**/*.toml', 'scr/*') }}-nb-${{ hashFiles('docs/**/*.jl') }} - restore-keys: | - ${{ hashFiles('**/*.toml', 'scr/*') }}-nb- + # - name: Cache literate notebooks + # uses: actions/cache@v4 + # id: cache-nb + # with: + # path: | + # docs/**/*.ipynb + # docs/**/*.sha + # key: ${{ hashFiles('**/*.toml', 'src/*') }}-nb-${{ hashFiles('docs/**/*.jl') }} + # restore-keys: | + # ${{ hashFiles('**/*.toml', 'src/*') }}-nb- - name: Run literate notebooks - if: ${{ steps.cache-nb.outputs.cache-hit != 'true' }} + # if: ${{ steps.cache-nb.outputs.cache-hit != 'true' }} run: julia --color=yes -p ${{ env.NPROC }} literate.jl - name: Build website run: jupyter-book build docs/