From 7305eeabbec83ae3e175536cf848161d80776658 Mon Sep 17 00:00:00 2001 From: Enda Phelan Date: Wed, 15 Dec 2021 22:01:59 +0000 Subject: [PATCH] fix invalid ref --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index f8b35dbf..3f4af4a3 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -25,7 +25,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: ./public