Merge pull request #141 from pterodactyl/schrej-patch-1

fix deploy step not running in github-pages workflow
This commit is contained in:
Dane Everitt 2019-09-24 10:16:06 -07:00 committed by GitHub
commit 0d0da96c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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