Skip to content

Commit

Permalink
ci: publish docs without installing awscli (#9126)
Browse files Browse the repository at this point in the history
`publish-docs` ultimately runs `make -C docs publish`, which itself runs the `make publish` in `docs/deploy`. This recipe runs a `terraform init` and a `terraform apply`, neither of which use anything installed with `awscli`.
  • Loading branch information
wes-turner authored Apr 9, 2024
1 parent 133f838 commit 8b11e3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,8 +1340,7 @@ jobs:
- checkout
- attach_workspace:
at: .
- run: apk add make curl python3 py3-pip
- run: pip3 install awscli
- run: apk add make curl
- run: make -C docs publish

# TODO(danh): eventually replace 'publish-docs' with this new workflow after
Expand Down

0 comments on commit 8b11e3a

Please sign in to comment.