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/streampipes-website.git
The following commit(s) were added to refs/heads/dev by this push:
new d70ffd29 Modify mkdir command
d70ffd29 is described below
commit d70ffd29cc642c5acc7f52fc2029b95e891e673b
Author: Dominik Riemer <[email protected]>
AuthorDate: Thu Jan 12 23:09:03 2023 +0100
Modify mkdir command
---
.github/workflows/deploy-website.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-website.yml
b/.github/workflows/deploy-website.yml
index 8d22d9e7..4349f1cf 100644
--- a/.github/workflows/deploy-website.yml
+++ b/.github/workflows/deploy-website.yml
@@ -26,7 +26,8 @@ jobs:
cp .htaccess build
- name: Build Docs
run: |
- mkdir ./build/docs
+ ls
+ mkdir -p ./build/docs
cd documentation/website
npm install
npm run build