File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- name : Documenter
1
+ name : Documentation
2
+
2
3
on :
3
4
push :
4
5
branches : [main]
@@ -16,13 +17,11 @@ jobs:
16
17
contents : write
17
18
runs-on : ubuntu-latest
18
19
steps :
19
- - uses : actions/checkout@v3
20
- - uses : julia-actions/setup-julia@v1
20
+ - uses : actions/checkout@v4
21
+ - uses : julia-actions/setup-julia@v2
21
22
- uses : julia-actions/cache@v1
22
- with :
23
- cache-registries : " true"
24
23
- name : Install documentation dependencies
25
- run : julia --project=docs -e 'using Pkg; pkg"dev ." ; Pkg.instantiate()'
24
+ run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())) ; Pkg.instantiate()'
26
25
- name : Build and deploy
27
26
env :
28
27
RASTERDATASOURCES_PATH : " /tmp"
33
32
DATADEPS_ALWAYS_ACCEPT : true
34
33
run : |
35
34
julia --project=docs/ --color=yes docs/genfiles.jl
36
- julia --project=docs/ --color=yes docs/make.jl
35
+ julia --project=docs/ --color=yes docs/make.jl
You can’t perform that action at this time.
0 commit comments