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 3ebb8ce commit 8866224Copy full SHA for 8866224
.github/workflows/deploy-docs.yml
@@ -31,8 +31,8 @@ jobs:
31
docker run --rm -i -v ${PWD}/docs:/docs squidfunk/mkdocs-material build
32
- name: Download and set up AWS CLI
33
run: |
34
- apt update
35
- apt install curl unzip -y
+ sudo apt update
+ sudo apt install curl unzip -y
36
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
37
unzip awscliv2.zip
38
./aws/install
0 commit comments