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

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 }}
```