[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:
jiafeng.zhang
2022-07-29 13:51:57 +08:00
committed by GitHub
parent 8eac06134f
commit 92bb7d0720
401 changed files with 39 additions and 40447 deletions

View File

@ -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