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.
1 parent 3366473 commit a8f68ecCopy full SHA for a8f68ec
.github/workflows/CI.yml
@@ -3,13 +3,9 @@ on:
3
pull_request:
4
branches:
5
- master
6
- paths-ignore:
7
- - 'docs/**'
8
push:
9
10
11
12
13
concurrency:
14
# Skip intermediate builds: always.
15
# Cancel intermediate builds: only if it is a pull request build.
docs/pages.jl
@@ -7,7 +7,7 @@ pages = ["index.md",
"tutorials/modelingtoolkit.md",
"tutorials/small_compile.md",
"tutorials/iterator_interface.md",
- "tutorials/optimizing_parameterized_ode.md",],
+ "tutorials/optimizing_parameterized_ode.md"],
"Basics" => Any["basics/NonlinearProblem.md",
"basics/NonlinearFunctions.md",
"basics/solve.md",
0 commit comments