Skip to content

Commit

Permalink
fix: example web demo
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Jan 2, 2025
1 parent 35b2163 commit dbd77a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'eu-central-1'
SOURCE_DIR: 'example/web-build' # optional: defaults to entire repository
SOURCE_DIR: 'example/dist' # optional: defaults to entire repository

0 comments on commit dbd77a3

Please sign in to comment.