Skip to content

Commit

Permalink
make.jl update (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
splendidbug authored Aug 24, 2024
1 parent 75390c0 commit ef83cde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ makedocs(;
modules = [DocsScraper],
authors = "Shreyas Agrawal @splendidbug and contributors",
sitename = "DocsScraper.jl",
repo = "https://github.com/splendidbug/DocsScraper.jl/blob/{commit}{path}#{line}",
repo = "https://github.com/JuliaGenAI/DocsScraper.jl/blob/{commit}{path}#{line}",
format = Documenter.HTML(;
repolink = "https://github.com/splendidbug/DocsScraper.jl",
canonical = "https://splendidbug.github.io/DocsScraper.jl",
repolink = "https://github.com/JuliaGenAI/DocsScraper.jl",
canonical = "https://JuliaGenAI.github.io/DocsScraper.jl",
edit_link = "main",
assets = String[]),
pages = ["Home" => "index.md",
"API Reference" => "api.md"]
)

deploydocs(;
repo = "github.com/splendidbug/DocsScraper.jl",
repo = "github.com/JuliaGenAI/DocsScraper.jl",
devbranch = "main",
branch = "gh-pages"
)

0 comments on commit ef83cde

Please sign in to comment.