We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2954307 commit 83e3803Copy full SHA for 83e3803
.circleci/config.yml
@@ -483,12 +483,12 @@ workflows:
483
- docs:
484
requires:
485
- install
486
- # - docs-production:
487
- # filters:
488
- # branches:
489
- # only: main
490
- # requires:
491
- # - install
+ - docs-production:
+ filters:
+ branches:
+ only: main
+ requires:
+ - install
492
- docs-verdaccio:
493
filters:
494
branches:
@@ -508,12 +508,12 @@ workflows:
508
- storybook-16
509
- storybook-17
510
- docs
511
- # - deploy-production:
512
513
514
515
516
- # - docs-production
+ - deploy-production:
+ - docs-production
517
- deploy-verdaccio:
518
519
- docs-verdaccio
0 commit comments