We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8480393 commit 30f5e00Copy full SHA for 30f5e00
.github/workflows/sdk-e2e.yml
@@ -234,6 +234,12 @@ jobs:
234
VIZZLY_COMMIT_MESSAGE: ${{ github.event.pull_request.head.commit.message || github.event.head_commit.message }}
235
VIZZLY_COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.event.head_commit.id }}
236
237
+ - name: Upload preview
238
+ working-directory: ./clients/static-site
239
+ run: ../../bin/vizzly.js preview ../../test-site
240
+ env:
241
+ VIZZLY_TOKEN: ${{ secrets.VIZZLY_STATIC_SITE_CLIENT_TOKEN }}
242
+
243
# Ember SDK
244
ember:
245
name: Ember SDK
0 commit comments