Skip to content

Commit 80d2e56

Browse files
authored
Merge pull request #331 from vlad961/develop
updated build-and-deploy.yml
2 parents a26567c + da05c5a commit 80d2e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ jobs:
188188
cd journeys/app
189189
npm i -g @angular/cli
190190
ng build --base-href /website/pages/journeys
191+
chmod +x ../scripts/debugging.sh
192+
../scripts/debugging.sh
191193
cp -avr /dist/devon4ng-mat-layout/. target/generated-docs/website/pages/journeys/
192194
193195
- name: Build and test search engine

0 commit comments

Comments
 (0)