Skip to content

Commit b1e90b7

Browse files
committed
github: adjust build preview
1 parent 1b05847 commit b1e90b7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-prev.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,8 @@ jobs:
2323
- name: Build website preview
2424
id: build
2525
run: |
26-
set -o pipefail
27-
pnpm run build-prod 2>&1 | tee build.log
26+
pnpm run build-prod
2827
continue-on-error: true
29-
- name: Upload build log artifact
30-
if: ${{ steps.build.outcome == 'failure' }}
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: build-log
34-
path: build.log
3528
- name: Comment on build failure with log link
3629
if: ${{ steps.build.outcome == 'failure' }}
3730
uses: peter-evans/create-or-update-comment@v2

0 commit comments

Comments
 (0)