Skip to content

Commit 02b73d0

Browse files
authored
Merge pull request #236 from ReactionMechanismGenerator/fixdocs
Fix issues with the documentation updating
2 parents aedb170 + 6192912 commit 02b73d0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
3232
DOCUMENTER_DEBUG: true
33-
run: julia --color=yes --project=docs/ docs/make.jl
33+
run: julia --color=yes --project=docs docs/make.jl

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "0.25"
5+
Documenter = "1"

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ makedocs(
99
"Input.md",
1010
"Simulating.md",
1111
"Analysis.md",
12-
]
12+
"AutomaticMechanismAnalysis.md"
13+
],
14+
warnonly=true,
1315
)
1416

1517
deploydocs(

0 commit comments

Comments
 (0)