Skip to content

Commit 287e647

Browse files
committed
fix build
1 parent 20de43f commit 287e647

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy-bundle-preview.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ jobs:
7979
set -o pipefail
8080
gulp lint |& tee $GITHUB_WORKSPACE/build.log
8181
gulp preview:build |& tee $GITHUB_WORKSPACE/build.log
82-
cd docs
83-
yarn build |& tee $GITHUB_WORKSPACE/build.log
84-
env:
85-
BASE_URL: /docs-ui-drafts/${{ steps.extract_branch.outputs.draft_directory }}
86-
FORCE_COLOR: 0 # Disable color output
8782
8883
- name: Check Build Result
8984
id: buildLogFail

0 commit comments

Comments
 (0)