Skip to content

Commit

Permalink
fix: oups prevost -> vsadm
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 29, 2024
1 parent 76f5fda commit 1525951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npx vite build --base=/serafim/prevost/ --outDir dist/prevost
cp dist/prevost/index.html dist/prevost/404.html
# sainte-agathe-des-monts
perl -i -pe 's,alexi/vss",alexi/vsadm",' src/config.ts
perl -i -pe 's,alexi/prevost",alexi/vsadm",' src/config.ts
perl -i -pe 's,délois,gathois,' index.html
npx vite build --base=/serafim/vsadm/ --outDir dist/vsadm
cp dist/vsadm/index.html dist/vsadm/404.html
Expand Down

0 comments on commit 1525951

Please sign in to comment.