Skip to content

Commit

Permalink
Fix github-pages baseHref
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcmaster-au committed Nov 9, 2021
1 parent 28646bb commit a788c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
run: npm run build -- --base-href=/bippy/
# - name: Test
# run: npm run test
- name: Archive build
Expand Down

0 comments on commit a788c07

Please sign in to comment.