Skip to content

Commit

Permalink
Merge pull request #55 from OptimalTransportNetworks/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
SebKrantz authored Feb 7, 2025
2 parents 4145506 + 9d2616f commit a71ef62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
contents: write
statuses: write
actions: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makedocs(
format = Documenter.HTML(
# Add these options for version switching
prettyurls = get(ENV, "CI", nothing) == "true",
canonical = "https://SebKrantz.github.io/OptimalTransportNetworks.jl/stable"
canonical = "https://OptimalTransportNetworks.github.io/OptimalTransportNetworks.jl/stable"
),
pages = [
"Home" => "index.md",
Expand All @@ -17,7 +17,7 @@ makedocs(
)

deploydocs(
repo = "github.com/SebKrantz/OptimalTransportNetworks.jl.git",
repo = "github.com/OptimalTransportNetworks/OptimalTransportNetworks.jl.git",
devbranch = "main",
push_preview = true,
versions = ["stable" => "v^", "dev" => "main"]
Expand Down

0 comments on commit a71ef62

Please sign in to comment.