From 90cb9bdf3e2e979ed00c0cc3f80a054fb65770a0 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Thu, 9 Jul 2020 10:37:04 +0200 Subject: [PATCH] chore(ci): remove ref-check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😅... Trying to figure out how to get this to work... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d19fce3..2a1564e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: hugo --minify --gc --source ./exampleSite --baseURL https://janraasch.github.io/hugo-scroll/ - name: Deploy to GitHub Pages - if: github.event_name == 'push' && github.ref == 'master' + if: github.event_name == 'push' uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }}