Skip to content

Commit 0a355a4

Browse files
authored
Merge pull request #333 from vlad961/develop
debugging build-and-deploy.yml
2 parents 06cc812 + 427caa2 commit 0a355a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-and-deploy.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,9 @@ jobs:
187187
run: |
188188
cd journeys/app
189189
npm i -g @angular/cli
190-
ng build --base-href /website/pages/journeys
191-
chmod +x ../scripts/debugging.sh
192-
../scripts/debugging.sh
193-
190+
ng build --base-href /website/pages/journeys/
191+
cd ../../
192+
cp -avr target/generated-docs/journeys/journeyData target/generated-docs/website/pages/journeys/
194193
195194
- name: Build and test search engine
196195
run: |

0 commit comments

Comments
 (0)