Skip to content

Commit

Permalink
fix: tweak paths with sed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Feb 3, 2025
1 parent 7ed2e29 commit 1bafd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: yarn web-release
- name: Set up Pages
uses: actions/configure-pages@v5
- name: Fix paths in index.html
run: sed -i -E 's/\/assets/\.\/assets/gm;t' dist/web/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Clerotri Beta</title>
<style></style>
<link rel="stylesheet" href="./public/index.css" />
</head>
<body>
Expand Down

0 comments on commit 1bafd5f

Please sign in to comment.