From a1e517cb15cc50b40ae6eec1a51e30cb10f463d9 Mon Sep 17 00:00:00 2001 From: Shane Caffoe Date: Tue, 5 Dec 2023 18:37:20 +0000 Subject: [PATCH] Fix Deploy Action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7310ff5..b1952d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy Site to pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: