Skip to content

Commit

Permalink
fix: uncommented documentation generation step to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed Mar 3, 2022
1 parent ffab8b4 commit a27c4d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ workflows:
jobs:
- test:
<<: *feature-branch-filter
# - generate_documentation: TODO: Need to decide what to do for document generation
# context:
# - org-global
# requires:
# - test
- generate_documentation: TODO: Need to decide what to do for document generation
context:
- org-global
requires:
- test
main:
jobs:
- test:
Expand Down

0 comments on commit a27c4d9

Please sign in to comment.