We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13abe9 commit 76faf89Copy full SHA for 76faf89
1 file changed
docs/make.jl
@@ -79,6 +79,8 @@ if "deploy" in ARGS
79
for file in readdir(outpath)
80
cp(joinpath(outpath, file), joinpath(gitroot, file))
81
end
82
+ # Specify a custom domain.
83
+ write(joinpath(gitroot, "CNAME"), "docs.itensor.org")
84
run(`git add .`)
85
if success(`git commit -m 'Aggregate documentation'`)
86
@info "Pushing updated documentation."
0 commit comments