Skip to content

Commit

Permalink
use julia-actions/cache also for Documenter (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Jan 12, 2024
1 parent 48e4352 commit cf0d772
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@ jobs:
with:
version: '1'
show-versioninfo: true
- uses: actions/cache@v3
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
Expand Down

0 comments on commit cf0d772

Please sign in to comment.