From 030aab06669b67fff3297513de71bad608f197ac Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 6 Sep 2023 10:58:06 +1200 Subject: [PATCH] remove push_preview in doc-generation --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index d0c3992ea..938520c0d 100755 --- a/docs/make.jl +++ b/docs/make.jl @@ -126,5 +126,5 @@ ENV["TRAVIS_PULL_REQUEST"] = "false" deploydocs( repo = "github.com/alan-turing-institute/MLJ.jl.git", - push_preview=true + push_preview=false )