Skip to content

Commit f17c2c1

Browse files
committed
update
1 parent 051b060 commit f17c2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cdn_deployment_aws/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ runs:
8080
uses: chetan/invalidate-cloudfront-action@v2
8181
env:
8282
DISTRIBUTION: ${{ inputs.aws_distribution_id }}
83-
PATHS: ${{ inputs.deploy_index_html == 'true' && format('{0} /index.html', inputs.invalidate_paths) || inputs.invalidate_paths }}
83+
PATHS: ${{ inputs.invalidate_paths }}
8484
AWS_REGION: us-east-2

0 commit comments

Comments
 (0)