This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new b59d304eb4b Update manual-deploy.yml b59d304eb4b is described below commit b59d304eb4bd1161da74c87eb4fb2bfd4dea8a0d Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Tue Dec 27 11:49:07 2022 +0800 Update manual-deploy.yml --- .github/workflows/manual-deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/manual-deploy.yml b/.github/workflows/manual-deploy.yml index 0c15980923b..b08cbebf96e 100644 --- a/.github/workflows/manual-deploy.yml +++ b/.github/workflows/manual-deploy.yml @@ -50,15 +50,15 @@ jobs: ls build export DORIS_COMMIT=`git rev-parse HEAD` - - name: Upload files to OSS - uses: ./.github/actions/aliyun-oss-website-action - with: - accessKeyId: ${{ secrets.ALIYUN_ACCESS_KEY_ID }} - accessKeySecret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }} - bucket: ${{ secrets.ALIYUN_OSS_BUCKET }} - # use your own endpoint - endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} - folder: build +# - name: Upload files to OSS +# uses: ./.github/actions/aliyun-oss-website-action +# with: +# accessKeyId: ${{ secrets.ALIYUN_ACCESS_KEY_ID }} +# accessKeySecret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }} +# bucket: ${{ secrets.ALIYUN_OSS_BUCKET }} +# # use your own endpoint +# endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} +# folder: build - name: Deploy Website if: ${{ github.event.inputs.branch == 'master' }} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org