Skip to content

Commit cb27135

Browse files
committed
Enable conditional deployment for documentation
1 parent 9acbf71 commit cb27135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
deploy-docs:
6464
needs: [tests, test_pip_install]
65-
#if: contains(github.ref, 'tags')
65+
if: contains(github.ref, 'tags')
6666
name: "Deploy documentation"
6767
runs-on: ubuntu-latest
6868
environment: github-pages

0 commit comments

Comments
 (0)