Skip to content

Commit f870fd7

Browse files
committed
test both styles
1 parent 0359c54 commit f870fd7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
3838
TEST: Test
3939
run: |
40-
echo "Uploading to S3 bucket: $env:TEST $TEST" \
40+
echo "Uploading to S3 bucket: $env:S3_BUCKET" \
41+
echo "$TEST"
42+
echo "$env:TEST"
4143
rclone sync ./storybook-static \
4244
:s3:"$env:S3_BUCKET/$env:S3_PATH" \
4345
--s3-provider=Ceph \
@@ -49,7 +51,6 @@ jobs:
4951
# run: |
5052
# yarn install
5153
# yarn run build
52-
5354

5455
- name: Upload artifact
5556
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)