Skip to content

Commit

Permalink
feat: hack for sainte-agathe support
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 25, 2024
1 parent b68293d commit a3d35f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
npm install
npx vite build --base=/serafim/
cp dist/index.html dist/404.html
perl -i -pe 's,alexi",alexi/vsadm",' src/config.ts
npx vite build --base=/serafim/vsadm/ --outDir dist/vsadm
cp dist/vsadm/index.html dist/vsadm/404.html
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit a3d35f5

Please sign in to comment.