Fixing a derp (#1089)

This commit is contained in:
James Hodgkinson 2022-10-07 19:03:25 +10:00 committed by GitHub
parent 48451150aa
commit 048aa0dfb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,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