We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca6990 commit 8832c4eCopy full SHA for 8832c4e
.github/workflows/_docs.yml
@@ -44,7 +44,7 @@ jobs:
44
run: python .github/pages/make_switcher.py --add $DOCS_VERSION ${{ github.repository }} .github/pages/switcher.json
45
46
- name: Publish Docs to gh-pages
47
- if: github.ref_type == 'tag' || github.ref_name == 'main'
+ # if: github.ref_type == 'tag' || github.ref_name == 'main'
48
# We pin to the SHA, not the tag, for security reasons.
49
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
50
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
0 commit comments