Skip to content

Commit b5f8eb7

Browse files
committed
ci: fix deployment paths
1 parent 92f4185 commit b5f8eb7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/make.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ DocMeta.setdocmeta!(
213213
recursive=true,
214214
)
215215

216-
base_path =
217-
deployment_target == "cambridge" ? "/symbolicregression/" : "/SymbolicRegression.jl/"
218-
219216
makedocs(;
220217
sitename="SymbolicRegression.jl",
221218
authors="Miles Cranmer",
@@ -227,9 +224,9 @@ makedocs(;
227224
devbranch="master",
228225
devurl="dev",
229226
deploy_url=if deployment_target == "cambridge"
230-
"symbolicregression/"
227+
"https://ai.damtp.cam.ac.uk/symbolicregression"
231228
else
232-
"SymbolicRegression.jl/"
229+
"https://astroautomata.com/SymbolicRegression.jl"
233230
end,
234231
deploy_decision,
235232
build_vitepress=get(ENV, "DOCUMENTER_PRODUCTION", "false") == "true",

0 commit comments

Comments
 (0)