Skip to content

Commit 6961f6b

Browse files
jdbrettlangdon
andauthored
fix(ci): do not use the machine executor for deploy_docs (#1265)
We don't use Docker so a simple Python image should be fine. Partial revert of 5e8b3c4 Co-authored-by: Brett Langdon <[email protected]>
1 parent 82eacf7 commit 6961f6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,9 @@ jobs:
747747

748748
deploy_docs:
749749
# deploy official documentation
750-
<<: *machine_executor
750+
executor: python38
751751
steps:
752752
- checkout
753-
- *pyenv-set-global
754753
- deploy_docs:
755754
s3_dir: *s3_dir_prod
756755

0 commit comments

Comments
 (0)