Skip to content

Commit 1f4ae1b

Browse files
committed
Fix: Rename main to master in .github/workflows/docs.yml
1 parent e7318b5 commit 1f4ae1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Deploy to GitHub Pages
3030
uses: peaceiris/actions-gh-pages@v3
31-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
31+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
3232
with:
3333
publish_branch: gh-pages
3434
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)