From 5c5b98328ed128c314fd0f90a76ca330578603b0 Mon Sep 17 00:00:00 2001 From: Vasily Strelyaev Date: Wed, 19 Mar 2025 12:38:09 +0200 Subject: [PATCH] make deployment compatible with the latest Angular --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1928064..beef9f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,11 +30,11 @@ jobs: uses: DevExpress/github-actions/install-internal-package@main - name: Build - 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 - name: Deploy uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 with: branch: gh-pages - folder: dist/DevExtreme-app + folder: dist/DevExtreme-app/browser target-folder: .