mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
fix deploy step not running in github-pages workflow
This commit is contained in:
parent
7ccbf24426
commit
cd33464961
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user