deploy ghpages in master

This commit is contained in:
menduz 2022-10-03 12:35:02 -03:00
parent 5e8c452534
commit 996d877c64
No known key found for this signature in database
GPG Key ID: 78AC067F75AC1B64

View File

@ -22,7 +22,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: ./public