We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa0c3e commit 3451996Copy full SHA for 3451996
.github/workflows/docs.yml
@@ -41,7 +41,7 @@ jobs:
41
run: mv build/html ".github/pages/${GITHUB_REF##*/}"
42
43
- name: Publish Docs to gh-pages
44
- if: github.ref_type == 'tag' || github.ref_name == 'main'
+ if: github.ref_type == 'tag' || github.ref_name == 'main' || github.ref_name == 'master'
45
# We pin to the SHA, not the tag, for security reasons.
46
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
47
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
0 commit comments