We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ee0d3 commit fe99c09Copy full SHA for fe99c09
make.jl
@@ -52,10 +52,10 @@ baseurl = "/" * version
52
# deploy
53
jekyll_build = joinpath(@__DIR__, "jekyll-build")
54
with_baseurl(() -> run(`$jekyll_build`), baseurl)
55
-repo = "github.com:cpfiffer/turing.ml.git"
+repo = "github.com:TuringLang/turing.ml.git"
56
57
deploy_config = GitHubActions(
58
- "cpfiffer/turing.ml", #github_repository::String
+ "TuringLang/turing.ml", #github_repository::String
59
"push", #github_event_name::String
60
is_dev ? "refs/branch/master" : "refs/tags/$(ARGS[1])" #github_ref::String
61
)
0 commit comments