Skip to content

Commit 7372b9a

Browse files
authored
[CI] Remove manual saving of cache on failure (#115)
1 parent 85cfb9d commit 7372b9a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
version: "1"
4141
- uses: julia-actions/cache@v3
42-
id: julia-cache
4342
with:
4443
cache-name: Documentation
4544
- name: Instantiate docs environment
@@ -54,14 +53,6 @@ jobs:
5453
julia --color=yes --project=docs --check-bounds=yes docs/make.jl
5554
env:
5655
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
- name: Save Julia depot cache on cancel or failure
58-
id: julia-cache-save
59-
if: cancelled() || failure()
60-
uses: actions/cache/save@v5
61-
with:
62-
path: |
63-
${{ steps.julia-cache.outputs.cache-paths }}
64-
key: ${{ steps.julia-cache.outputs.cache-key }}
6556
- uses: actions/upload-artifact@v7
6657
with:
6758
name: documentation-build

0 commit comments

Comments
 (0)