We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b301e3 commit 0b5f7d0Copy full SHA for 0b5f7d0
.github/workflows/deploy-docs.yml
@@ -29,13 +29,6 @@ jobs:
29
run: |
30
docker pull squidfunk/mkdocs-material
31
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
39
40
- name: Set up AWS credentials
41
env:
0 commit comments