Skip to content

Commit 88123fb

Browse files
committed
Use julia-actions/cache for Documenter workflow
1 parent ea14055 commit 88123fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Documenter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: julia-actions/cache@v2
1415
- uses: julia-actions/julia-buildpkg@latest
1516
- uses: julia-actions/julia-docdeploy@latest
1617
env:

0 commit comments

Comments
 (0)