Skip to content

Commit

Permalink
updating CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
KARTHEEKCIC committed Apr 1, 2022
1 parent 9939788 commit 8f34df6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ workflows:
build:
jobs:
- style-test
# - docs-build
# - docs-deploy:
# requires:
# - style-test
# - docs-build
# filters:
# branches:
# only: master
- docs-build
- docs-deploy:
requires:
- style-test
- docs-build
filters:
branches:
only: master

0 comments on commit 8f34df6

Please sign in to comment.