Skip to content

Commit c2d1415

Browse files
committed
Prepare for PR
1 parent 86ac665 commit c2d1415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tutorial_path = joinpath(tmp_path, "_tutorials")
7777
in("no-tutorials", ARGS) || copy_tutorial(tutorial_path)
7878

7979
# set default baseurl for the master branch
80-
baseurl = "/turing.ml/" * version
80+
baseurl = "/" * version
8181

8282
@info "" baseurl
8383

@@ -88,10 +88,10 @@ new_jekyll_build = joinpath(tmp_path, "jekyll-build")
8888
# Move jekyll-build to the temporary path
8989
cp(old_jekyll_build, new_jekyll_build, force=true)
9090
with_baseurl(() -> run(`$new_jekyll_build`), baseurl, joinpath(local_path, "_config.yml"))
91-
repo = "github.com:cpfiffer/turing.ml.git"
91+
repo = "github.com:TuringLang/turing.ml.git"
9292

9393
deploy_config = GitHubActions(
94-
"cpfiffer/turing.ml", #github_repository::String
94+
"TuringLang/turing.ml", #github_repository::String
9595
"push", #github_event_name::String
9696
is_dev ? "refs/branch/master" : "refs/tags/$(ARGS[1])" #github_ref::String
9797
)

0 commit comments

Comments
 (0)