Skip to content

Commit

Permalink
Merge pull request #5 from mweiershaeuser/develop
Browse files Browse the repository at this point in the history
Fix GitHub Pages deployment
  • Loading branch information
mweiershaeuser authored Apr 27, 2024
2 parents 2b8ed3f + d25e14b commit 2c38250
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 2c38250

Please sign in to comment.