We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bbbf5 commit 1768786Copy full SHA for 1768786
.github/workflows/ci.yml
@@ -74,6 +74,7 @@ jobs:
74
fetch-depth: 0
75
- name: Setup
76
uses: ./.github/actions/setup
77
+ - run: yarn build-example
78
- name: Deploy example
79
uses: jakejarvis/s3-sync-action@master
80
with:
@@ -83,7 +84,7 @@ jobs:
83
84
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
85
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
86
AWS_REGION: 'eu-central-1'
-# SOURCE_DIR: 'public' # optional: defaults to entire repository
87
+ SOURCE_DIR: 'example/web-build' # optional: defaults to entire repository
88
89
90
0 commit comments