Skip to content

Commit

Permalink
try make ci work
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Treier committed Jan 4, 2025
1 parent 7f112ef commit 8f65a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
rm index.html
sed -i 's|"base":""|"base":"/${{ github.event.repository.name }}"|' 404.html
sed -i 's|<head>|<head><base href="/${{ github.event.repository.name }}">|' 404.html
sed -i 's|/_app|/${{ github.event.repository.name }}/app|' 404.html
cp 404.html index.html
- name: Upload artifact
Expand Down

0 comments on commit 8f65a81

Please sign in to comment.