Skip to content

Commit 83e3803

Browse files
authored
Re-enable production docs deploy (#3752)
1 parent 2954307 commit 83e3803

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -483,12 +483,12 @@ workflows:
483483
- docs:
484484
requires:
485485
- install
486-
# - docs-production:
487-
# filters:
488-
# branches:
489-
# only: main
490-
# requires:
491-
# - install
486+
- docs-production:
487+
filters:
488+
branches:
489+
only: main
490+
requires:
491+
- install
492492
- docs-verdaccio:
493493
filters:
494494
branches:
@@ -508,12 +508,12 @@ workflows:
508508
- storybook-16
509509
- storybook-17
510510
- docs
511-
# - deploy-production:
512-
# filters:
513-
# branches:
514-
# only: main
515-
# requires:
516-
# - docs-production
511+
- deploy-production:
512+
filters:
513+
branches:
514+
only: main
515+
requires:
516+
- docs-production
517517
- deploy-verdaccio:
518518
requires:
519519
- docs-verdaccio

0 commit comments

Comments
 (0)