Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Mar 24, 2024
1 parent e6cd5b5 commit bc113ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ makedocs(
"Getting Started" => "getting-started/index.md",
"Examples" => "examples/index.md"
]
]
],
inventory_version = ""
)

run(`cp -r '$outpath'/'*' build`)
Expand All @@ -65,6 +66,5 @@ Documenter.deploydocs(
target = outpath,
repo = "github.com/cadojo/ephemeris.loopy.codes.git",
branch = "gh-pages",
versions = ["" => "."],
inventory_version = ""
versions = ["" => "."]
)

0 comments on commit bc113ae

Please sign in to comment.