Skip to content

Commit fcaf3af

Browse files
make deployment compatible with the latest Angular (#210)
1 parent d02d494 commit fcaf3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
uses: DevExpress/github-actions/install-internal-package@main
3131

3232
- name: Build
33-
run: npm run build -- --configuration=production --base-href https://devexpress.github.io/devextreme-angular-template/
33+
run: npm run build -- --configuration=production --base-href https://devexpress.github.io/devextreme-angular-template/ --extract-licenses=false
3434

3535
- name: Deploy
3636
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6
3737
with:
3838
branch: gh-pages
39-
folder: dist/DevExtreme-app
39+
folder: dist/DevExtreme-app/browser
4040
target-folder: .

0 commit comments

Comments
 (0)