Skip to content

Commit

Permalink
fix: gh pages base href
Browse files Browse the repository at this point in the history
  • Loading branch information
mweiershaeuser committed Apr 27, 2024
1 parent e11719a commit 2cd9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build -- --base-href https://loyolaorsino.com
- run: npm run build -- --base-href https://loyolaorsino.com/
- run: cp ./dist/loyolaorsino/index.html ./dist/loyolaorsino/404.html
- run: npm run test
- name: Upload artifact
Expand Down

0 comments on commit 2cd9140

Please sign in to comment.