Skip to content

Commit a2d6a2f

Browse files
fabernFabian Bernhard
and
Fabian Bernhard
authored
docs: Force to use Julia 1.9 (#79)
* docs: Force to use Julia 1.9 * docs: Include doc for prepare_for_LWFBrook90R() --------- Co-authored-by: Fabian Bernhard <[email protected]>
1 parent a7b590b commit a2d6a2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: julia-actions/setup-julia@v1
2020
with:
21-
version: '1'
21+
version: '1.9'
2222
- uses: julia-actions/julia-buildpkg@v1
2323
- uses: julia-actions/julia-docdeploy@v1
2424
env:

docs/src/function-docs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Pages = ["LWFBrook90.jl"]
2121
Modules = [LWFBrook90]
2222
Pages = ["func_read_inputData.jl",
2323
"func_discretize_soil_domain.jl",
24-
"func_postprocess.jl"]
24+
"func_postprocess.jl",
25+
"generate_LWFBrook90R_Input.jl"]
2526
```
2627

2728
## Functions defining the DiffEq.jl system of ODE (p, u0, f, callbacks, ...)

0 commit comments

Comments
 (0)