Recursive copy
This commit is contained in:
parent
c2d52f19d1
commit
edfdcb6bc6
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Rebrand
|
- name: Rebrand
|
||||||
run: cp webapp/* fyphe_O/webapp/
|
run: cp -r webapp/* fyphe_O/webapp/
|
||||||
- name: Build neo4j
|
- name: Build neo4j
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user