Skip to content

Commit

Permalink
ci: refactoring deploy pr as draft [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 4, 2024
1 parent d01dc87 commit b3990ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
s3://${{ secrets.AWS_S3_BUCKET_2 }}/pr/${PR_NAME}/${{ env.SHORT_NAME }}/
- name: s3 upload storybook for draft components
if: ${{ env.HAS_DRAFT_COMPONENTS }}
if: ${{ env.HAS_DRAFT_COMPONENTS == 'true' }}
run: >
s3cmd
--access_key ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit b3990ac

Please sign in to comment.