Skip to content

Commit 15605f7

Browse files
author
Laszlo Simon
committed
fix: base-href issue
1 parent ffce7ce commit 15605f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm i
3333

3434
- name: Build Angular app for GitHub Pages
35-
run: npm run build -- --configuration production --base-href "/${{ github.event.repository.name }}/"
35+
run: npm run build -- --configuration production
3636

3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)