From 896d451162867248cc986c8c04ea020d6f1d5996 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Mon, 14 Jun 2021 03:08:10 -0400 Subject: [PATCH] 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 8ad9127..5b3eff2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,5 +22,5 @@ end deploydocs( repo = "github.com/tkf/ConcurrentCollections.jl", - # push_preview = true, + push_preview = true, )