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 9683dbc9 Fix github workflow
9683dbc9 is described below
commit 9683dbc9a4fc34b90bebaa9a69e152f55ddf6901
Author: Dominik Riemer <[email protected]>
AuthorDate: Thu Jan 12 23:02:50 2023 +0100
Fix github workflow
---
.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 9de17c44..370647ae 100644
--- a/.github/workflows/deploy-website.yml
+++ b/.github/workflows/deploy-website.yml
@@ -20,10 +20,10 @@ jobs:
npm run build-website
- name: Copy asf yaml
run: |
- cp .asf.yaml build/
+ cp .asf.yaml build
- name: Copy htaccess
run: |
- cp .htaccess build/
+ cp .htaccess build
- name: Build Docs
run: |
mkdir build/docs