From 8e2c2c1cfabf0a0db85b7e69e6e74cf7c644a1fd Mon Sep 17 00:00:00 2001 From: vlad961 Date: Wed, 22 Jun 2022 09:26:33 +0200 Subject: [PATCH 1/2] cp -avr option added --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4c41981a294..2384126bd1e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -188,7 +188,7 @@ jobs: cd journeys/app npm i -g @angular/cli ng build --base-href /website/pages/journeys - cp /dist/devon4ng-mat-layout/. target/generated-docs/website/pages/journeys/ + cp -r /dist/devon4ng-mat-layout/. target/generated-docs/website/pages/journeys/ - name: Build and test search engine run: | From f5e5f9e15c22732d3b28107bad68635d9809bf42 Mon Sep 17 00:00:00 2001 From: vlad961 Date: Wed, 22 Jun 2022 09:28:13 +0200 Subject: [PATCH 2/2] cp -avr option added --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 2384126bd1e..ce596444920 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -188,7 +188,7 @@ jobs: cd journeys/app npm i -g @angular/cli ng build --base-href /website/pages/journeys - cp -r /dist/devon4ng-mat-layout/. target/generated-docs/website/pages/journeys/ + cp -avr /dist/devon4ng-mat-layout/. target/generated-docs/website/pages/journeys/ - name: Build and test search engine run: |