We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f714f commit ea85a14Copy full SHA for ea85a14
.github/workflows/build.yaml
@@ -30,13 +30,19 @@ jobs:
30
with:
31
node-version: 18
32
33
+ - name: Debug env vars
34
+ run: |
35
+ echo "S3_BUCKET is '${{ secrets.S3_BUCKET }}'"
36
+ echo "S3_ENDPOINT is '${{ secrets.S3_ENDPOINT }}'"
37
+
38
39
- name: Pin react-docgen version
40
run: yarn add -D [email protected]
41
42
- name: Install dependencies
43
run: |
44
yarn install
-
45
46
- name: Build Storybook
47
48
yarn run build:storybook
0 commit comments