Change 'main' to 'master' in gh-pages workflow

This commit is contained in:
Xevion
2022-04-11 20:02:33 -05:00
parent 7abb7a6bf5
commit 3184097b86

View File

@@ -28,7 +28,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs