Skip to content

Commit a71ef62

Browse files
authored
Merge pull request #55 from OptimalTransportNetworks/development
Development
2 parents 4145506 + 9d2616f commit a71ef62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
statuses: write
16+
actions: write
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v4

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(
88
format = Documenter.HTML(
99
# Add these options for version switching
1010
prettyurls = get(ENV, "CI", nothing) == "true",
11-
canonical = "https://SebKrantz.github.io/OptimalTransportNetworks.jl/stable"
11+
canonical = "https://OptimalTransportNetworks.github.io/OptimalTransportNetworks.jl/stable"
1212
),
1313
pages = [
1414
"Home" => "index.md",
@@ -17,7 +17,7 @@ makedocs(
1717
)
1818

1919
deploydocs(
20-
repo = "github.com/SebKrantz/OptimalTransportNetworks.jl.git",
20+
repo = "github.com/OptimalTransportNetworks/OptimalTransportNetworks.jl.git",
2121
devbranch = "main",
2222
push_preview = true,
2323
versions = ["stable" => "v^", "dev" => "main"]

0 commit comments

Comments
 (0)