[improvement]Remove the website build framework from the docs directory (#11081)
Remove the website build framework from the docs directory
This commit is contained in:
6
.github/workflows/build-extension.yml
vendored
6
.github/workflows/build-extension.yml
vendored
@ -48,7 +48,6 @@ jobs:
|
||||
- 'fs_brokers/**'
|
||||
docs_changes:
|
||||
- 'docs/**'
|
||||
|
||||
build-broker:
|
||||
name: Build Broker
|
||||
needs: changes
|
||||
@ -71,11 +70,9 @@ jobs:
|
||||
thrift --version
|
||||
mkdir -p thirdparty/installed/bin/
|
||||
cd thirdparty/installed/bin/ && ln -s /usr/bin/thrift thrift
|
||||
|
||||
- name: Build broker
|
||||
run: |
|
||||
cd fs_brokers/apache_hdfs_broker/ && /bin/bash build.sh
|
||||
|
||||
build-docs:
|
||||
name: Build Documents
|
||||
needs: changes
|
||||
@ -87,5 +84,4 @@ jobs:
|
||||
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd docs && /bin/bash build_help_zip.sh
|
||||
|
||||
cd docs && /bin/bash build_help_zip.sh
|
||||
Reference in New Issue
Block a user