From 3c79c5462c349bfd0e3dc0203fc0908e0111d975 Mon Sep 17 00:00:00 2001 From: JohnnyChen Date: Tue, 2 Nov 2021 06:23:17 +0800 Subject: [PATCH] debug: enable push preview --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 2bbe6d2..a3f8c59 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -35,5 +35,5 @@ demos_cb() deploydocs( repo = "github.com/JuliaImages/ImageFiltering.jl.git", # NOTE: remove the comment if the PR requires a push preview - # push_preview = true + push_preview = true )