Skip to content

Commit

Permalink
resolved conversations (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper authored Nov 3, 2023
1 parent 52da385 commit bb2f11f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [windows-latest] # , ubuntu-latest]
file-name: [advanced_hybrid_ME, modelica_conference_2021, simple_hybrid_CS, simple_hybrid_ME, mdpi_2022, juliacon_2023]
julia-version: ['1.9']
julia-version: ['1.8']
julia-arch: [x64]
experimental: [false]

Expand All @@ -44,7 +44,7 @@ jobs:
env:
FILE: examples/src/${{ matrix.file-name }}.ipynb
run: |
jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.9" --to notebook --inplace --execute ${{ env.FILE }}
jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.8" --to notebook --inplace --execute ${{ env.FILE }}
jupyter nbconvert --to script ${{ env.FILE }}
jupyter nbconvert --to markdown ${{ env.FILE }}
Expand Down
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ makedocs(sitename="FMIFlux.jl",
format = Documenter.HTML(
collapselevel = 1,
sidebar_sitename = false,
edit_link = nothing
edit_link = nothing,
size_threshold_ignore = ["examples/juliacon_2023.md"]
),
warnonly=true,
pages= Any[
"Introduction" => "index.md"
"Examples" => [
Expand Down
3 changes: 1 addition & 2 deletions examples/src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
params/
*.png
*.gif
*.png

0 comments on commit bb2f11f

Please sign in to comment.