Skip to content

Commit 1ffdfd7

Browse files
committed
split up commands
1 parent bee8778 commit 1ffdfd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
3636
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
3737
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
38-
TEST: Test
3938
run: |
40-
echo "Uploading to S3 bucket: $S3_BUCKET" \
41-
echo "S3 path: $S3_PATH" \
39+
echo "Uploading to S3 bucket: $S3_BUCKET"
4240
rclone sync ./storybook-static \
4341
:s3:"$S3_BUCKET/$S3_PATH" \
4442
--s3-provider=Ceph \

0 commit comments

Comments
 (0)