From commits-return-6668-archive-asf-public=cust-asf.ponee.io@dubbo.apache.org Wed Oct 21 10:11:58 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id E5EBE18063B for ; Wed, 21 Oct 2020 12:11:58 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 6402B641F6 for ; Wed, 21 Oct 2020 10:11:58 +0000 (UTC) Received: (qmail 78026 invoked by uid 500); 21 Oct 2020 10:11:57 -0000 Mailing-List: contact commits-help@dubbo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@dubbo.apache.org Delivered-To: mailing list commits@dubbo.apache.org Received: (qmail 78017 invoked by uid 99); 21 Oct 2020 10:11:57 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2020 10:11:57 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8FB5181786; Wed, 21 Oct 2020 10:11:57 +0000 (UTC) Date: Wed, 21 Oct 2020 10:11:57 +0000 To: "commits@dubbo.apache.org" Subject: [dubbo-website] branch mkdocs updated: Update deploy.yml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160327511749.3360.11337494850432898922@gitbox.apache.org> From: liujun@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: dubbo-website X-Git-Refname: refs/heads/mkdocs X-Git-Reftype: branch X-Git-Oldrev: 6827ac1e34f5822a42e567b42f818c7e72134e63 X-Git-Newrev: 5fe69b8627a77f2498ea48bc00ea9d272e3ca7c3 X-Git-Rev: 5fe69b8627a77f2498ea48bc00ea9d272e3ca7c3 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git The following commit(s) were added to refs/heads/mkdocs by this push: new 5fe69b8 Update deploy.yml 5fe69b8 is described below commit 5fe69b8627a77f2498ea48bc00ea9d272e3ca7c3 Author: ken.lj AuthorDate: Wed Oct 21 18:11:52 2020 +0800 Update deploy.yml --- .github/workflows/deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63c2eab..e518587 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,11 +23,3 @@ jobs: echo "removing previous static files from ./output" && rm -rf ./output mkdocs build -f mkdocs_en.yml -d ./output/en-us && mkdocs build -f mkdocs_zh.yml -d ./output/zh-cn mkdir deploy-dist && cp -R img ./output/zh-cn/ && cp -R img ./output/en-us/ && cp -R ./output/* deploy-dist/ - - name: Deploy - uses: peaceiris/actions-gh-pages@v2.4.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PUBLISH_BRANCH: asf-site - PUBLISH_DIR: ./deploy-dist - with: - keepFiles: true