Skip to content

Commit

Permalink
[ci] Deploy: Fix github pages base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 9, 2024
1 parent d928909 commit f38a7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions firebird-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f38a7ae

Please sign in to comment.