Skip to content

Commit

Permalink
REMOVE ME LATER
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonSander committed Jul 31, 2024
1 parent 26636e9 commit c29e049
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,22 @@ jobs:
workflows:
version: 2

generate_website_docs:
when:
equal: [main, << pipeline.git.branch >>]
jobs:
- build_docs_no_cache
- docs-deploy:
requires:
- build_docs_no_cache
# generate_website_docs:
# when:
# equal: [main, << pipeline.git.branch >>]
# jobs:
# - build_docs_no_cache
# - docs-deploy:
# requires:
# - build_docs_no_cache

default:
when:
not:
equal: [main, << pipeline.git.branch >>] # Not building on main branch
jobs:
- build_docs_pr
# - build_docs_pr
- build_docs_no_cache
- docs-deploy:
requires:
- build_docs_no_cache

0 comments on commit c29e049

Please sign in to comment.