Skip to content

Commit 6239412

Browse files
committed
update base href
1 parent 7b25502 commit 6239412

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main_github_pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
uses: JamesIves/github-pages-deploy-action@v4
2929
with:
3030
branch: gh-pages
31-
folder: dist/browser
31+
folder: dist/browser
32+
clean: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:azure": "ng build --configuration azure",
2020
"build:netlify": "ng build --configuration netlify",
2121
"build:render": "ng build --configuration render",
22-
"build:pages": "ng build --configuration pages --base-href 'https://bit-developer.github.io/text-compare-angular/'",
22+
"build:pages": "ng build --configuration pages --base-href /text-compare-angular/",
2323
"build:nas": "ng build --configuration nas",
2424
"build:cross:env": "rimraf dist compiled && cross-env SOURCE_MAP=0 ng build --configuration production",
2525
"test": "ng test",

0 commit comments

Comments
 (0)