diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ed818de..fb39a0e 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -39,7 +39,6 @@ jobs: with: version: "1" - uses: julia-actions/cache@v3 - id: julia-cache with: cache-name: Documentation - name: Instantiate docs environment @@ -54,14 +53,6 @@ jobs: julia --color=yes --project=docs --check-bounds=yes docs/make.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Save Julia depot cache on cancel or failure - id: julia-cache-save - if: cancelled() || failure() - uses: actions/cache/save@v5 - with: - path: | - ${{ steps.julia-cache.outputs.cache-paths }} - key: ${{ steps.julia-cache.outputs.cache-key }} - uses: actions/upload-artifact@v7 with: name: documentation-build