Skip to content

Commit b8c9101

Browse files
authored
chore: Update preview-build.yml
1 parent 4ddd958 commit b8c9101

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: 16
26-
2726
- uses: oven-sh/setup-bun@v2
2827
- run: bun install
2928
- name: build site
@@ -32,7 +31,7 @@ jobs:
3231
env:
3332
NODE_OPTIONS: --max_old_space_size=4096
3433
- run: |
35-
zip -r dist.zip dist
34+
zip -r dist.zip dist
3635
- name: upload site artifact
3736
uses: actions/upload-artifact@v4
3837
with:
@@ -43,7 +42,6 @@ jobs:
4342
- name: Save PR number
4443
if: ${{ always() }}
4544
run: echo ${{ github.event.number }} > ./pr-id.txt
46-
4745
- name: Upload PR number
4846
if: ${{ always() }}
4947
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)