Update README.md (#555)

This commit is contained in:
xiaoping 2022-01-24 13:43:41 +08:00 committed by GitHub
parent 1575f408ae
commit 333f75f372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,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 }}
```