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 bad1ed7a Fix mkdir command
bad1ed7a is described below
commit bad1ed7ae09dd66ef629081e24ab0837a7152683
Author: Dominik Riemer <[email protected]>
AuthorDate: Thu Jan 12 23:06:10 2023 +0100
Fix mkdir command
---
.github/workflows/deploy-website.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-website.yml
b/.github/workflows/deploy-website.yml
index 370647ae..8d22d9e7 100644
--- a/.github/workflows/deploy-website.yml
+++ b/.github/workflows/deploy-website.yml
@@ -26,7 +26,7 @@ jobs:
cp .htaccess build
- name: Build Docs
run: |
- mkdir build/docs
+ mkdir ./build/docs
cd documentation/website
npm install
npm run build