Skip to content

Commit

Permalink
Trying to fix issue with orb
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonSander committed Jul 31, 2024
1 parent bacbe4b commit 6fdc85a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ jobs:

docs-deploy:
docker:
- image: circleci/aws-cli:4.1.3
- image: cimg/base:2024.07
steps:
- checkout
- attach_workspace:
at: .
- run: echo "export PATH='$PATH:/root/.local/bin'" >> $BASH_ENV
- aws-s3/sync:
from: site/
to: 's3://ndk-docs/'
Expand Down

0 comments on commit 6fdc85a

Please sign in to comment.