diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index e622eb0..f40d856 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -48,7 +48,7 @@ jobs: run: npm install - name: Build - run: npm run build + run: npm run build:ghpages - name: Upload Artifacts uses: actions/upload-artifact@v4 diff --git a/firebird-ng/package.json b/firebird-ng/package.json index 4281c78..387620a 100644 --- a/firebird-ng/package.json +++ b/firebird-ng/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build --configuration=production", + "build:ghpages": "ng build --configuration=production --baseHref='/firebird/'", "build:watch": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test",