Skip to content

Commit b672723

Browse files
committed
-
1 parent 6f68ff6 commit b672723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
LOVEJS_API_PLAYER_BASE_URL: https://raw.githubusercontent.com/MrcSnm/Love.js-Api-Player/refs/heads/master
289289
run: |
290290
pushd ${{ env.OUTPUT_FOLDER }}
291-
sed -i 's|</head>|<script src="consolewrapper.js"></script><script src="globalizeFS.js"></script><script src="webdb.js"></script></head>|' index.html
291+
sed -i 's|</head>|<script src="consolewrapper.js"></script><script src="webdb.js"></script></head>|' index.html
292292
wget ${{ env.LOVEJS_API_PLAYER_BASE_URL }}/consolewrapper.js
293293
wget ${{ env.LOVEJS_API_PLAYER_BASE_URL }}/globalizeFS.js
294294
wget ${{ env.LOVEJS_API_PLAYER_BASE_URL }}/webdb.js

0 commit comments

Comments
 (0)