We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20de43f commit 287e647Copy full SHA for 287e647
.github/workflows/deploy-bundle-preview.yml
@@ -79,11 +79,6 @@ jobs:
79
set -o pipefail
80
gulp lint |& tee $GITHUB_WORKSPACE/build.log
81
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
87
88
- name: Check Build Result
89
id: buildLogFail
0 commit comments