Skip to content

Commit e9b7f73

Browse files
authored
Merge pull request #335 from vlad961/develop
refactored build-and-deploy.yml commands for journeys
2 parents ebb2069 + 4dd4640 commit e9b7f73

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,7 @@ jobs:
173173
- name: Create output for journeys
174174
run: |
175175
chmod +x journeys/scripts/createOutput.sh
176-
journeys/scripts/createOutput.sh
177-
178-
- name: Copy output of journeys
179-
run: |
180-
cp -avr target/generated-docs/journeys/journeyData target/generated-docs/website/pages/journeys/
176+
journeys/scripts/createOutput.sh
181177
182178
- name: Copy journey app
183179
run: |
@@ -189,6 +185,9 @@ jobs:
189185
npm i -g @angular/cli
190186
ng build --base-href /website/pages/journeys/
191187
cd ../../
188+
189+
- name: Copy output of journeys
190+
run: |
192191
cp -avr target/generated-docs/journeys/journeyData target/generated-docs/website/pages/journeys/
193192
194193
- name: Build and test search engine

0 commit comments

Comments
 (0)