We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02d494 commit fcaf3afCopy full SHA for fcaf3af
.github/workflows/deploy.yml
@@ -30,11 +30,11 @@ jobs:
30
uses: DevExpress/github-actions/install-internal-package@main
31
32
- name: Build
33
- run: npm run build -- --configuration=production --base-href https://devexpress.github.io/devextreme-angular-template/
+ run: npm run build -- --configuration=production --base-href https://devexpress.github.io/devextreme-angular-template/ --extract-licenses=false
34
35
- name: Deploy
36
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6
37
with:
38
branch: gh-pages
39
- folder: dist/DevExtreme-app
+ folder: dist/DevExtreme-app/browser
40
target-folder: .
0 commit comments