Skip to content

Commit

Permalink
fix eof error
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 6, 2024
1 parent 9d3ab08 commit 7c5523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
path: dist
node-version: 20
- run: aws s3 cp --recursive dist s3://${S3_ASSETS_BUCKET}/web-assets/page-module/ --region eu-central-1
- run: aws s3 cp dist/page-module.json s3://${S3_CONFIG_BUCKET}/configs/" --region eu-central-1
- run: aws s3 cp dist/page-module.json s3://${S3_CONFIG_BUCKET}/configs/ --region eu-central-1

0 comments on commit 7c5523b

Please sign in to comment.