We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffce7ce commit 15605f7Copy full SHA for 15605f7
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
run: npm i
33
34
- name: Build Angular app for GitHub Pages
35
- run: npm run build -- --configuration production --base-href "/${{ github.event.repository.name }}/"
+ run: npm run build -- --configuration production
36
37
- name: Upload artifact
38
uses: actions/upload-pages-artifact@v3
0 commit comments