From commits-return-22-archive-asf-public=cust-asf.ponee.io@streampipes.apache.org Fri Nov 29 15:38:36 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4839F180657 for ; Fri, 29 Nov 2019 16:38:36 +0100 (CET) Received: (qmail 47015 invoked by uid 500); 29 Nov 2019 15:38:35 -0000 Mailing-List: contact commits-help@streampipes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streampipes.apache.org Delivered-To: mailing list commits@streampipes.apache.org Received: (qmail 47006 invoked by uid 99); 29 Nov 2019 15:38:35 -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; Fri, 29 Nov 2019 15:38:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 78D888B690; Fri, 29 Nov 2019 15:38:35 +0000 (UTC) Date: Fri, 29 Nov 2019 15:38:35 +0000 To: "commits@streampipes.apache.org" Subject: [incubator-streampipes-website] branch dev updated: Add .asf.yaml, modify copy command MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157504191545.14752.12581081816116922655@gitbox.apache.org> From: riemer@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-streampipes-website X-Git-Refname: refs/heads/dev X-Git-Reftype: branch X-Git-Oldrev: 00e6783bb64083b54e1b28e3711688d91b03d295 X-Git-Newrev: 88fb00c0c1ab00461584bb6f92215f2fa8f227f9 X-Git-Rev: 88fb00c0c1ab00461584bb6f92215f2fa8f227f9 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. riemer pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git The following commit(s) were added to refs/heads/dev by this push: new 88fb00c Add .asf.yaml, modify copy command 88fb00c is described below commit 88fb00c0c1ab00461584bb6f92215f2fa8f227f9 Author: Dominik Riemer AuthorDate: Fri Nov 29 16:38:07 2019 +0100 Add .asf.yaml, modify copy command --- .asf.yaml | 2 ++ .github/workflows/deploy-website.yml | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..08e79d7 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,2 @@ +publish: + whoami: asf-site \ No newline at end of file diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 02baeda..6432d75 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -18,13 +18,16 @@ jobs: run: | npm install npm run build-website + - name: Copy asf yaml + run: | + cp .asf.yaml build/ - name: Build Docs run: | mkdir build/docs cd documentation/website npm install npm run build - cp -r build/streampipes-docs/ ../../build/docs + cp -r build/streampipes-docs/* ../../build/docs - name: Deploy uses: peaceiris/actions-gh-pages@v2.4.0 env: