File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ tutorial_path = joinpath(tmp_path, "_tutorials")
7777in (" 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
8989cp (old_jekyll_build, new_jekyll_build, force= true )
9090with_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
9393deploy_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)
You can’t perform that action at this time.
0 commit comments