We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a553ed + b20c5aa commit 3d69e82Copy full SHA for 3d69e82
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@v1
18
with:
19
- version: '1.9'
+ version: '1'
20
- name: Install dependencies
21
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- name: Build and deploy
docs/Project.toml
@@ -16,3 +16,4 @@ JuMP = "1"
LinearAlgebra = "1.6"
Logging = "1.6"
Plots = "1"
+ModelingToolkit = "9"
0 commit comments