Jan Raasch 2020-07-09 10:32:15 +02:00 committed by GitHub
parent 137977cf3c
commit de29d1bd1f
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.event.ref == 'master'
if: github.event_name == 'push' && github.ref == 'master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}