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")
77
77
in (" no-tutorials" , ARGS ) || copy_tutorial (tutorial_path)
78
78
79
79
# set default baseurl for the master branch
80
- baseurl = " /turing.ml/ " * version
80
+ baseurl = " /" * version
81
81
82
82
@info " " baseurl
83
83
@@ -88,10 +88,10 @@ new_jekyll_build = joinpath(tmp_path, "jekyll-build")
88
88
# Move jekyll-build to the temporary path
89
89
cp (old_jekyll_build, new_jekyll_build, force= true )
90
90
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"
92
92
93
93
deploy_config = GitHubActions (
94
- " cpfiffer /turing.ml" , # github_repository::String
94
+ " TuringLang /turing.ml" , # github_repository::String
95
95
" push" , # github_event_name::String
96
96
is_dev ? " refs/branch/master" : " refs/tags/$(ARGS [1 ]) " # github_ref::String
97
97
)
You can’t perform that action at this time.
0 commit comments