From fdcb0b780325bd456f6e1cbee48aa8bc96f3ab0c Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 15 Jan 2024 16:57:55 +0100 Subject: [PATCH] Rename branch to 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 a68ff324..9c02ee46 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 pull_request: jobs: @@ -20,7 +20,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site