Skip to content

Commit 47d9655

Browse files
author
a.pirogov
committed
fix: ci
1 parent daf263c commit 47d9655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
# ----
139139

140140
deploy_demo:
141-
# needs: docs # TODO: uncomment when feature works
142-
# if: startswith(github.ref, 'refs/tags/v')
141+
needs: docs
142+
if: startswith(github.ref, 'refs/tags/v')
143143
secrets: inherit
144144
uses: "./.github/workflows/deploy_demo.yml"
145145

0 commit comments

Comments
 (0)