Skip to content

Commit

Permalink
fix: clone without .html
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Sep 25, 2024
1 parent 1727cf4 commit 1c0be8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/aws-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Upload Build to S3
working-directory: ./client
run: |
find out -type f -name '*.html' | while read file; do
cp "$file" "${file%.html}"
done
aws s3 sync ./out s3://${{ env.S3_BUCKET }} --content-type 'text/html'

0 comments on commit 1c0be8e

Please sign in to comment.