Skip to content

Commit

Permalink
fix: base href
Browse files Browse the repository at this point in the history
  • Loading branch information
rodzyk committed Jan 22, 2024
1 parent 8e23753 commit c52d5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: "npm"
- run: npm ci --force
- run: npm install -g @angular/cli > /dev/null
- run: ng build --output-path dist --base-href /
- run: ng build --output-path dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit c52d5b6

Please sign in to comment.