Skip to content

Commit

Permalink
fix: change base-href for github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Feb 16, 2019
1 parent 5aa5907 commit fb89750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
script: npm run semantic-release
- name: 'Deploy GitHub Pages'
script:
- xvfb-run npm run build
- xvfb-run npm run build -- --base-href /nx-starter/
- cp -af ./dist/apps/nxsweb/index.html ./dist/apps/nxsweb/404.html
deploy: &pages
provider: pages
Expand Down

0 comments on commit fb89750

Please sign in to comment.