Skip to content

Commit da72d05

Browse files
docs: Improve custom branch clarity (#761)
1 parent ac45008 commit da72d05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ jobs:
163163
164164
- name: Deploy
165165
uses: peaceiris/actions-gh-pages@v3
166+
# If you're changing the branch from main,
167+
# also change the `main` in `refs/heads/main`
168+
# below accordingly.
166169
if: ${{ github.ref == 'refs/heads/main' }}
167170
with:
168171
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)