From 7831830a4e3666b666dac5a57dae44f37eace1b5 Mon Sep 17 00:00:00 2001 From: Ashley Dumaine Date: Tue, 20 Feb 2024 15:45:43 -0500 Subject: [PATCH] temporarily allow to run on this branch for testing --- .github/workflows/gh-pages.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b939f3e49..559befea6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,15 +3,7 @@ name: Deploy Github Pages on: push: branches: - - main - paths: - - 'README.md' - - 'docs/book/**' - pull_request: - paths: - - 'README.md' - - 'docs/book/**' - workflow_dispatch: + - pages permissions: content: read