Skip to content

Commit

Permalink
add cache step to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 13, 2024
1 parent 864ddd6 commit 51d1f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
- uses: julia-actions/cache@v1
with:
cache-compiled: true
cache-name: ${{ github.workflow }}-${{ github.job }}
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit 51d1f3b

Please sign in to comment.