diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 2bf20bd..c9c2d18 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -9,11 +9,7 @@ jobs: steps: - name: inject slug/short variables uses: rlespinasse/github-slug-action@v3.x - - name: get s3 preview folder - id: preview - run: | - preview=$(echo $GITHUB_REF_NAME | sed -e 's/\//-/g') - echo "folder=$preview" >> $GITHUB_OUTPUT + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -27,7 +23,7 @@ jobs: aws-region: us-east-1 - name: remove distribution preview - run: .github/remove-distribution.sh ${{ steps.preview.outputs.folder }} + run: .github/remove-distribution.sh "${{ github.event.number }}-merge" # consider to rm the folder later, maybe someone might need to download the installer # - name: remove s3 folder diff --git a/packages/ui/README.md b/packages/ui/README.md index 94df0a8..f4f6bd2 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -12,7 +12,6 @@ $ pnpm dev ## Todo [] setup a scaffolding script to make it easier making elements -[] unit tests ## Design System