fix deploy step not running in github-pages workflow

This commit is contained in:
Jakob 2019-09-24 17:53:44 +02:00 committed by GitHub
parent 7ccbf24426
commit cd33464961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
run: yarn run build run: yarn run build
- name: Deploy - name: Deploy
if: github.ref == 'master' if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v2.2.0 uses: peaceiris/actions-gh-pages@v2.2.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}