Skip to content

Commit 6db2743

Browse files
committed
Add caching (julia-actions/cache) to Documenter.yml workflow
1 parent 77f5be3 commit 6db2743

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Documenter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: julia-actions/setup-julia@v2
2020
with:
2121
version: '1'
22+
- uses: julia-actions/cache@v2
2223
- name: Install dependencies
2324
shell: julia --color=yes --project=docs {0}
2425
run: 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)