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 a3dc9f2
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,29 @@ jobs:
- attach_workspace:
at: .
- aws-s3/sync:
from: site/
to: 's3://ndk-docs/'
arguments: --delete
from: site/
to: 's3://ndk-docs/'
arguments: --delete

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 a3dc9f2

Please sign in to comment.