From edfdcb6bc672865ea1856b6fbfd27f630fbe8ab6 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Thu, 4 Jun 2020 21:43:30 +0200 Subject: [PATCH] Recursive copy --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9a458fe..fdb6c40 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: with: submodules: recursive - name: Rebrand - run: cp webapp/* fyphe_O/webapp/ + run: cp -r webapp/* fyphe_O/webapp/ - name: Build neo4j uses: docker/build-push-action@v1.1.0 with: