diff --git a/.github/workflows/new.yml b/.github/workflows/new.yml index f9a6552..18ff4be 100644 --- a/.github/workflows/new.yml +++ b/.github/workflows/new.yml @@ -53,7 +53,7 @@ jobs: - name: Build run: | - npm run build + npm run build-gh-pages - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact diff --git a/package.json b/package.json index 62579d9..ada45dd 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", + "build-gh-pages": "ng build --base-href /bockpit", "watch": "ng build --watch --configuration development", "test": "ng test" },