From 523cf8ba6a4c70d79349b9fb669c85f707056628 Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Fri, 24 Nov 2023 16:58:56 -0700 Subject: [PATCH] ci: Build pages off of the `content` branch We want to use a custom script instead of the default GitHub Pages build. --- .github/workflows/pages-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index c71aa0e..a25a3c4 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -2,8 +2,7 @@ name: "Build and Deploy" on: push: branches: - - main - - master + - content paths-ignore: - .gitignore - README.md -- 2.51.2