Skip to content

Commit bb37a80

Browse files
author
mbarber
committed
fixed pathing
1 parent 0079e09 commit bb37a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
AWS_S3_BUCKET: ${{ steps.bucket_name.outputs.bucket }}
7171
shell: bash
7272
run: |
73-
aws s3 sync apidocs/_build/html s3://${AWS_S3_BUCKET}/apidocs/
73+
aws s3 sync apidocs/build/html s3://${AWS_S3_BUCKET}/apidocs/
7474
7575
- name: Invalidate CloudFront cache
7676
env:

0 commit comments

Comments
 (0)