Skip to content

Commit 76faf89

Browse files
committed
Add custom domain to multidocs build script
1 parent d13abe9 commit 76faf89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ if "deploy" in ARGS
7979
for file in readdir(outpath)
8080
cp(joinpath(outpath, file), joinpath(gitroot, file))
8181
end
82+
# Specify a custom domain.
83+
write(joinpath(gitroot, "CNAME"), "docs.itensor.org")
8284
run(`git add .`)
8385
if success(`git commit -m 'Aggregate documentation'`)
8486
@info "Pushing updated documentation."

0 commit comments

Comments
 (0)