Skip to content

Commit fe99c09

Browse files
committed
Change directory
1 parent 77ee0d3 commit fe99c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ baseurl = "/" * version
5252
# deploy
5353
jekyll_build = joinpath(@__DIR__, "jekyll-build")
5454
with_baseurl(() -> run(`$jekyll_build`), baseurl)
55-
repo = "github.com:cpfiffer/turing.ml.git"
55+
repo = "github.com:TuringLang/turing.ml.git"
5656

5757
deploy_config = GitHubActions(
58-
"cpfiffer/turing.ml", #github_repository::String
58+
"TuringLang/turing.ml", #github_repository::String
5959
"push", #github_event_name::String
6060
is_dev ? "refs/branch/master" : "refs/tags/$(ARGS[1])" #github_ref::String
6161
)

0 commit comments

Comments
 (0)