Skip to content

Commit 8866224

Browse files
fix(docs): update doc build workflow (#4541)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 3ebb8ce commit 8866224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
docker run --rm -i -v ${PWD}/docs:/docs squidfunk/mkdocs-material build
3232
- name: Download and set up AWS CLI
3333
run: |
34-
apt update
35-
apt install curl unzip -y
34+
sudo apt update
35+
sudo apt install curl unzip -y
3636
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
3737
unzip awscliv2.zip
3838
./aws/install

0 commit comments

Comments
 (0)