From fd87919fcf900901121844acfc1ee7f6ef0311ec Mon Sep 17 00:00:00 2001 From: mrjones-plip Date: Thu, 6 Aug 2020 19:38:36 -0700 Subject: [PATCH] remove trailing if #259 --- .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 1dde31811..5e5f4acbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: if: github.ref == 'refs/heads/master' run: env HUGO_ENV="production" hugo --minify - - name: Master Branch Only - Deploy to GH pages if + - name: Master Branch Only - Deploy to GH pages if: ${{ github.ref == 'refs/heads/master' }} uses: peaceiris/actions-gh-pages@v3 with: