Skip to content

Commit 3c3f724

Browse files
committed
Add push_preview=true to documentation deployment
- Enable preview pushes for documentation PRs - Allows automatic preview builds when changes are pushed
1 parent c5ab961 commit 3c3f724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ with_api_reference(src_dir, ext_dir) do api_pages
233233
end
234234

235235
# ═══════════════════════════════════════════════════════════════════════════════
236-
deploydocs(; repo=repo_url * ".git", devbranch="main")
236+
deploydocs(; repo=repo_url * ".git", devbranch="main", push_preview=true)

0 commit comments

Comments
 (0)