From 827257be000a570071b77d24b9ff95c3cae7f0b6 Mon Sep 17 00:00:00 2001 From: Andrew Ealovega Date: Thu, 11 Jan 2024 23:20:35 -0500 Subject: [PATCH] Update CI to run on master --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7505266..b6bc26d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: github pages on: push: branches: - - main + - master - book pull_request: @@ -24,4 +24,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./book/book \ No newline at end of file + publish_dir: ./book/book