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:02:26 UTC

[incubator-streampipes-website] branch dev updated: Modify path to docs build directory

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 781c308  Modify path to docs build directory
781c308 is described below

commit 781c308f4e9a20811e9c80aeb9da225a2bfc6f00
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Nov 29 16:01:52 2019 +0100

    Modify path to docs build directory
---
 .github/workflows/deploy-website.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml
index af0e39f..114b943 100644
--- a/.github/workflows/deploy-website.yml
+++ b/.github/workflows/deploy-website.yml
@@ -20,10 +20,10 @@ jobs:
           npm run build-website
       - name: Build Docs
         run: |
-          cd documentation
+          cd documentation/website
           npm install
           npm run build
-          cp -r streampipes-docs/ ../build
+          cp -r streampipes-docs/ ../../build
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v2.4.0
         env: