File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 20
20
run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
21
21
- name : Build and deploy
22
22
env :
23
+ JULIA_DEBUG : " Documenter"
23
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
24
25
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
25
26
run : julia --project=docs/ --code-coverage=user docs/make.jl
Original file line number Diff line number Diff line change @@ -79,26 +79,26 @@ NLsolve = "4.5"
79
79
NaNMath = " 1"
80
80
NonlinearProblemLibrary = " 0.1.2"
81
81
OrdinaryDiffEq = " 6.63"
82
- Pkg = " 1"
82
+ Pkg = " 1.10 "
83
83
PrecompileTools = " 1.2"
84
84
Preferences = " 1"
85
- Printf = " 1"
85
+ Printf = " 1.10 "
86
86
Random = " 1.91"
87
87
RecursiveArrayTools = " 3.2"
88
88
Reexport = " 1.2"
89
89
SIAMFANLEquations = " 1.0.1"
90
90
SafeTestsets = " 0.1"
91
91
SciMLBase = " 2.19.0"
92
92
SimpleNonlinearSolve = " 1.0.2"
93
- SparseArrays = " 1"
93
+ SparseArrays = " 1.10 "
94
94
SparseDiffTools = " 2.14"
95
95
SpeedMapping = " 0.3"
96
96
StableRNGs = " 1"
97
97
StaticArrays = " 1.7"
98
98
StaticArraysCore = " 1.4"
99
99
Sundials = " 4.23.1"
100
100
Symbolics = " 5.13"
101
- Test = " 1"
101
+ Test = " 1.10 "
102
102
TimerOutputs = " 0.5"
103
103
Zygote = " 0.6.67"
104
104
julia = " 1.10"
You can’t perform that action at this time.
0 commit comments