chore(ci): remove ref-check

😅... Trying to figure out how to get this to work...
This commit is contained in:
Jan Raasch 2020-07-09 10:37:04 +02:00 committed by GitHub
parent de29d1bd1f
commit 90cb9bdf3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}