Skip to content

Commit 8832c4e

Browse files
committed
Temp fix to gh pages
1 parent 6ca6990 commit 8832c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: python .github/pages/make_switcher.py --add $DOCS_VERSION ${{ github.repository }} .github/pages/switcher.json
4545

4646
- name: Publish Docs to gh-pages
47-
if: github.ref_type == 'tag' || github.ref_name == 'main'
47+
# if: github.ref_type == 'tag' || github.ref_name == 'main'
4848
# We pin to the SHA, not the tag, for security reasons.
4949
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
5050
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0

0 commit comments

Comments
 (0)