We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45fc65 commit 0f36f5bCopy full SHA for 0f36f5b
1 file changed
.github/workflows/sdk-e2e.yml
@@ -248,6 +248,12 @@ jobs:
248
VIZZLY_COMMIT_MESSAGE: ${{ github.event.pull_request.head.commit.message || github.event.head_commit.message }}
249
VIZZLY_COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.event.head_commit.id }}
250
251
+ - name: Upload preview
252
+ working-directory: ./clients/static-site
253
+ run: ../../bin/vizzly.js preview ../../test-site
254
+ env:
255
+ VIZZLY_TOKEN: ${{ secrets.VIZZLY_STATIC_SITE_CLIENT_TOKEN }}
256
+
257
# Ember SDK
258
ember:
259
name: Ember SDK
0 commit comments