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 25, 2023
1 parent 52da385 commit b6ca303
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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 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"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ makedocs(sitename="FMIFlux.jl",
sidebar_sitename = false,
edit_link = nothing
),
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 b6ca303

Please sign in to comment.