Recursive copy

This commit is contained in:
roschaefer 2020-06-04 21:43:30 +02:00
parent c2d52f19d1
commit edfdcb6bc6

View File

@ -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: