Skip to content

Commit

Permalink
Fix Angular Path
Browse files Browse the repository at this point in the history
  • Loading branch information
ice committed Apr 21, 2024
1 parent 87f7371 commit 4b9df63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions 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",
"build-gh-pages": "ng build --base-href /bockpit",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit 4b9df63

Please sign in to comment.