Skip to content

Commit a8f68ec

Browse files
committed
Update CI.yml
1 parent 3366473 commit a8f68ec

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ on:
33
pull_request:
44
branches:
55
- master
6-
paths-ignore:
7-
- 'docs/**'
86
push:
97
branches:
108
- master
11-
paths-ignore:
12-
- 'docs/**'
139
concurrency:
1410
# Skip intermediate builds: always.
1511
# Cancel intermediate builds: only if it is a pull request build.

docs/pages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pages = ["index.md",
77
"tutorials/modelingtoolkit.md",
88
"tutorials/small_compile.md",
99
"tutorials/iterator_interface.md",
10-
"tutorials/optimizing_parameterized_ode.md",],
10+
"tutorials/optimizing_parameterized_ode.md"],
1111
"Basics" => Any["basics/NonlinearProblem.md",
1212
"basics/NonlinearFunctions.md",
1313
"basics/solve.md",

0 commit comments

Comments
 (0)