Skip to content

Commit 499d63d

Browse files
committed
TEMPORARY publish docs from this branch
1 parent 9fa7327 commit 499d63d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- publish-docs-python-shuffle
78
tags:
89
- v3.*
910

@@ -41,7 +42,7 @@ jobs:
4142
publish:
4243
permissions:
4344
contents: write
44-
if: startswith(github.ref, 'refs/tags/')
45+
#if: startswith(github.ref, 'refs/tags/')
4546
name: publish
4647
needs: [test-docs]
4748
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)