From 0e36711c1766bb6954bfd399547884b9eb52940a Mon Sep 17 00:00:00 2001 From: XyperCode Date: Sat, 12 Oct 2024 07:08:31 +0200 Subject: [PATCH] Whoops --- .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 1c9a530..d849c9a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist