Skip to content

Commit 0b5f7d0

Browse files
Laure-dijremy42
andauthored
chore: remove aws-cli image update (scaleway#4815)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 0b301e3 commit 0b5f7d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ jobs:
2929
run: |
3030
docker pull squidfunk/mkdocs-material
3131
docker run --rm -i -v ${PWD}/docs:/docs squidfunk/mkdocs-material build
32-
- name: Download and set up AWS CLI
33-
run: |
34-
sudo apt update
35-
sudo apt install curl unzip -y
36-
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.20.zip" -o "awscliv2.zip"
37-
unzip awscliv2.zip
38-
./aws/install
3932
4033
- name: Set up AWS credentials
4134
env:

0 commit comments

Comments
 (0)