We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b25502 commit 6239412Copy full SHA for 6239412
2 files changed
.github/workflows/main_github_pages.yml
@@ -28,4 +28,5 @@ jobs:
28
uses: JamesIves/github-pages-deploy-action@v4
29
with:
30
branch: gh-pages
31
- folder: dist/browser
+ folder: dist/browser
32
+ clean: true
package.json
@@ -19,7 +19,7 @@
19
"build:azure": "ng build --configuration azure",
20
"build:netlify": "ng build --configuration netlify",
21
"build:render": "ng build --configuration render",
22
- "build:pages": "ng build --configuration pages --base-href 'https://bit-developer.github.io/text-compare-angular/'",
+ "build:pages": "ng build --configuration pages --base-href /text-compare-angular/",
23
"build:nas": "ng build --configuration nas",
24
"build:cross:env": "rimraf dist compiled && cross-env SOURCE_MAP=0 ng build --configuration production",
25
"test": "ng test",
0 commit comments