Skip to content

Commit

Permalink
docs: Improve custom branch clarity (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyRicecaker committed Jun 14, 2022
1 parent ac45008 commit da72d05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit da72d05

Please sign in to comment.