Skip to content

Commit

Permalink
remove trailing if #259
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Aug 7, 2020
1 parent 4107065 commit fd87919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd87919

Please sign in to comment.