Skip to content

Commit 1d0b42c

Browse files
committed
Add rules to build the doc.
1 parent d59b5e3 commit 1d0b42c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Documenter.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ jobs:
1111
build:
1212
permissions:
1313
contents: write
14+
statuses: write
1415
runs-on: ubuntu-latest
1516
steps:
16-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1718
- uses: julia-actions/setup-julia@v1
1819
with:
1920
version: '1.6'
21+
- uses: julia-actions/cache@v1
2022
- name: Install dependencies
2123
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2224
- name: Build and deploy

0 commit comments

Comments
 (0)