Skip to content

Commit

Permalink
makeshift doc-action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Oct 27, 2023
1 parent 52da385 commit e8eb9ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FMIFlux = "fabad875-0d53-4e47-9446-963b74cae21f"

[compat]
julia = "1.6"
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: 0 additions & 3 deletions examples/src/.gitignore

This file was deleted.

0 comments on commit e8eb9ed

Please sign in to comment.