From 996d877c64fe2ba3237a0136975c1b7fed3f6d61 Mon Sep 17 00:00:00 2001 From: menduz Date: Mon, 3 Oct 2022 12:35:02 -0300 Subject: [PATCH] deploy ghpages in master --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ea431c..ecdf30e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,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 \ No newline at end of file