We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cfb9d commit 7372b9aCopy full SHA for 7372b9a
1 file changed
.github/workflows/Documentation.yml
@@ -39,7 +39,6 @@ jobs:
39
with:
40
version: "1"
41
- uses: julia-actions/cache@v3
42
- id: julia-cache
43
44
cache-name: Documentation
45
- name: Instantiate docs environment
@@ -54,14 +53,6 @@ jobs:
54
53
julia --color=yes --project=docs --check-bounds=yes docs/make.jl
55
env:
56
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 }}
65
- uses: actions/upload-artifact@v7
66
67
name: documentation-build
0 commit comments