Skip to content

Commit

Permalink
ljs.git
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Dec 13, 2024
1 parent b17b91d commit fca6352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
run: npm ci

- name: Build Angular app
run: npm run build -- --base-href=/angular-cop/
run: npm run build -- --base-href "/angular-cop/"
#base-href in an Angular app defines the root path for resolving relative URLs to assets (CSS, JS, etc.).
#By default, Angular apps assume they are hosted at the root (/).
#The trailing slash at the end of base-href is important.

- name: Upload build artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit fca6352

Please sign in to comment.