Skip to content

Commit

Permalink
cache to speed up doc build?
Browse files Browse the repository at this point in the history
  • Loading branch information
maltezfaria committed Oct 14, 2024
1 parent d88aa95 commit 363f711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy without coverage
Expand Down

0 comments on commit 363f711

Please sign in to comment.