Skip to content

Commit 5eb2f3a

Browse files
committed
fix(CircleCI): deploy docs on tags [skip ci]
1 parent 054715d commit 5eb2f3a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ workflows:
345345
only: /.*/
346346
- deploy_pypi:
347347
requires:
348-
- tests
348+
- deploy_docs_tag
349349
filters:
350350
branches:
351351
ignore: /.*/
@@ -378,3 +378,13 @@ workflows:
378378
only: /master/
379379
tags:
380380
ignore: /.*/
381+
382+
- deploy_docs_tag:
383+
requires:
384+
- tests
385+
- build_docs
386+
filters:
387+
branches:
388+
ignore: /.*/
389+
tags:
390+
only: /.*/

0 commit comments

Comments
 (0)