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 0079e09 commit bb37a80Copy full SHA for bb37a80
.github/workflows/s3.yaml
@@ -70,7 +70,7 @@ jobs:
70
AWS_S3_BUCKET: ${{ steps.bucket_name.outputs.bucket }}
71
shell: bash
72
run: |
73
- aws s3 sync apidocs/_build/html s3://${AWS_S3_BUCKET}/apidocs/
+ aws s3 sync apidocs/build/html s3://${AWS_S3_BUCKET}/apidocs/
74
75
- name: Invalidate CloudFront cache
76
env:
0 commit comments