From b4063bdb5ab6410fc8f312b7c9881d8cef0ddb6d Mon Sep 17 00:00:00 2001 From: Oskar Dudycz Date: Thu, 23 Nov 2023 14:40:10 +0100 Subject: [PATCH] Disabled automated docs publishing as there may be breaking changes in the API while working on v7 --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 715f36c314..b950cc9e68 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,8 @@ name: Docs build and deploy on: # run it on push to the default repository branch - push: - branches: [ master ] + # push: + # branches: [ master ] workflow_dispatch: inputs: publish_docs: