From 9fb7f6f5b438735aeaf399cb29bf520c2a975dcf Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:55:56 -0400 Subject: [PATCH] use https --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43ab75d7b3..af7b147d7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: port: 8108 # The protocol to use when connecting to your Typesense server. Optional. Default: http. - protocol: http + protocol: https # The path to your DocSearch config file. Optional. Default: docsearch.config.json. config: docsearch.config.json