You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2019/11/29 15:38:35 UTC

[incubator-streampipes-website] branch dev updated: Add .asf.yaml, modify copy command

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 <ri...@fzi.de>
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: