Skip to content

Commit

Permalink
fix: added fix for running angular spa on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mweiershaeuser committed Apr 27, 2024
1 parent 4bbaaf1 commit d25e14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-to-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build -- --base-href /loyolaorsino/
- run: cp ./dist/loyolaorsino/index.html ./dist/loyolaorsino/404.html
- run: npm run test
- name: Upload artifact
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit d25e14b

Please sign in to comment.