From b70ff3e3b17ab63e6993b0534c0abddc8c51d021 Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Mon, 20 May 2024 11:24:32 -0400 Subject: [PATCH] Update quartz.yml --- .github/workflows/quartz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quartz.yml b/.github/workflows/quartz.yml index e9c0fbe..e70e26a 100644 --- a/.github/workflows/quartz.yml +++ b/.github/workflows/quartz.yml @@ -46,7 +46,7 @@ jobs: # Deployment job deploy: needs: build - if: ${{ github.ref == 'refs/heads/main'}} + # if: ${{ github.ref == 'refs/heads/main'}} # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: pages: write # to deploy to Pages