Skip to content

Commit bb2f11f

Browse files
authored
resolved conversations (#106)
1 parent 52da385 commit bb2f11f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/Example.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [windows-latest] # , ubuntu-latest]
2222
file-name: [advanced_hybrid_ME, modelica_conference_2021, simple_hybrid_CS, simple_hybrid_ME, mdpi_2022, juliacon_2023]
23-
julia-version: ['1.9']
23+
julia-version: ['1.8']
2424
julia-arch: [x64]
2525
experimental: [false]
2626

@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
FILE: examples/src/${{ matrix.file-name }}.ipynb
4646
run: |
47-
jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.9" --to notebook --inplace --execute ${{ env.FILE }}
47+
jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.8" --to notebook --inplace --execute ${{ env.FILE }}
4848
jupyter nbconvert --to script ${{ env.FILE }}
4949
jupyter nbconvert --to markdown ${{ env.FILE }}
5050

docs/make.jl

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ makedocs(sitename="FMIFlux.jl",
1010
format = Documenter.HTML(
1111
collapselevel = 1,
1212
sidebar_sitename = false,
13-
edit_link = nothing
13+
edit_link = nothing,
14+
size_threshold_ignore = ["examples/juliacon_2023.md"]
1415
),
16+
warnonly=true,
1517
pages= Any[
1618
"Introduction" => "index.md"
1719
"Examples" => [

examples/src/.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
params/
2-
*.png
3-
*.gif
2+
*.png

0 commit comments

Comments
 (0)