Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Dec 19, 2023
1 parent 78f909c commit 095c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter: Documenter, makedocs, deploydocs
using CommonDataModel
using Literate

Literate.markdown("src/tutorial1.jl","src",execute = true, documenter = true)
Literate.markdown("docs/src/tutorial1.jl","docs/src",execute = true, documenter = true)

makedocs(;
modules=[CommonDataModel],
Expand Down

0 comments on commit 095c78c

Please sign in to comment.