Skip to content

Commit

Permalink
Fix script syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dubeyShivank committed Jan 15, 2025
1 parent 6592e33 commit ec8edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
BUCKET: ${{ secrets.THEO_LIVE_DEMO_BUCKET }}
BUILD_DIR: ${{ secrets.THEO_LIVE_DEMO_BUILD_FOLDER }}
CLOUD_FRONT_ID: ${{secrets.THEO_LIVE_DEMO_CLOUD_FRONT_ID}}
run: npm run deploy -- "$BUCKET" "$BUILD_DIR" "$CLOUD_FRONT_ID"
run: npm run deploy -- ${BUCKET} ${BUILD_DIR} ${CLOUD_FRONT_ID}

0 comments on commit ec8edcb

Please sign in to comment.