Skip to content

Commit

Permalink
Docs preview (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Nov 22, 2024
1 parent b9c3558 commit 1c00b95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ makedocs(;
pages=["Home" => "index.md"],
)

deploydocs(; repo="github.com/ITensor/ITensorPkgSkeleton.jl", devbranch="main")
deploydocs(;
repo="github.com/ITensor/ITensorPkgSkeleton.jl", devbranch="main", push_preview=true
)
4 changes: 3 additions & 1 deletion templates/default/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ makedocs(;
pages=["Home" => "index.md"],
)

deploydocs(; repo="github.com/ITensor/{PKGNAME}.jl", devbranch="main")
deploydocs(;
repo="github.com/ITensor/{PKGNAME}.jl", devbranch="main", push_preview=true
)

0 comments on commit 1c00b95

Please sign in to comment.