diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 65e1ebd..6c4f164 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -47,8 +47,8 @@ jobs: # Build the Angular project - name: Build Angular app - run: ng build --configuration production --base-href "/fmd-telemetry/" - + run: ng build + # Setup Pages - name: Setup Pages uses: actions/configure-pages@v4