From da72d057b991a0e351714b28bcd2608fbbd5c09e Mon Sep 17 00:00:00 2001 From: Andy Li <54951411+SpicyRicecaker@users.noreply.github.com> Date: Tue, 14 Jun 2022 06:24:35 -0700 Subject: [PATCH] docs: Improve custom branch clarity (#761) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4491ed6..31def8a 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,9 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 + # If you're changing the branch from main, + # also change the `main` in `refs/heads/main` + # below accordingly. if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }}