From 340d127fe908c11deb9abec9f511eb1d99b6ab02 Mon Sep 17 00:00:00 2001 From: Johny Ho Date: Mon, 14 Oct 2024 03:44:44 -0400 Subject: [PATCH] Manually trigger doc publishing This is so we can work on 1.0 without affecting the existing docs. --- .github/workflows/publish_docs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 3734fe06..77915928 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -1,9 +1,5 @@ name: Publish docs -on: - push: - branches: - - main - workflow_dispatch: +on: workflow_dispatch permissions: contents: write