From a4d05ae6d2d8cddd3ea4887333366aa7bff64f4f Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sun, 7 Sep 2025 19:04:01 -0400 Subject: [PATCH] automation: Don't build and deploy docs for pull requests It has permission problems. --- .github/workflows/build-docs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 6f9891e..4c7bd2a 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -5,10 +5,6 @@ on: # all branches paths: - 'documentation/**' - pull_request: - # all branches - paths: - - 'documentation/**' # This enables the Run Workflow button on the Actions tab. workflow_dispatch: