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 056e965 commit b7912fdCopy full SHA for b7912fd
.github/workflows/docs.yml
@@ -43,8 +43,7 @@ jobs:
43
poetry run make build-docs
44
- name: Install AWS CLI
45
run: |
46
- sudo apt update
47
- sudo apt install -y awscli
+ python -m pip install awscli
48
- name: Configure AWS CLI for Cloudflare R2
49
50
aws configure set aws_access_key_id ${{ secrets.CF_R2_ACCESS_KEY_ID }}
0 commit comments