From 41fa73adcba4054910d06097450c62b1883c179c Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Mon, 9 Sep 2024 19:25:14 -0500 Subject: [PATCH] disable main pipeline for testing --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 70798234d2..20df205a23 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,7 +2,7 @@ name: docs on: push: - branches: ["main"] + #branches: ["main"] workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages