File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ BUILD_ID=$(cat .next/BUILD_ID)
2626mkdir -p deploy/_just/static/
2727mkdir -p deploy/_just/static/$BUILD_ID /
2828
29- # echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
3029echo " $( cat $GITHUB_ACTION_PATH /src/buildManifest_start.js) " > deploy/_just/static/$BUILD_ID /buildManifest.js
3130
3231echo -e " \n----------------\n\nBuild Map:\n"
@@ -61,7 +60,8 @@ find deploy -mindepth 1 -print | while read -r path; do
6160done
6261echo -e " End Build Map\n"
6362echo -e " ----------------\n"
64- echo " window._just_Manifest = _just_buildManifest;" >> deploy/_just/static/$BUILD_ID /buildManifest.js
63+ # echo "window._just_Manifest = _just_buildManifest;" >> deploy/_just/static/$BUILD_ID/buildManifest.js
64+ echo " $( cat $GITHUB_ACTION_PATH /src/buildManifest_end.js) " >> deploy/_just/static/$BUILD_ID /buildManifest.js
6565# Override Deployment
6666for html_file in deploy/* .html; do
6767 echo " <script src=\" _just/static/$BUILD_ID /buildManifest.js\" ></script>" >> " $html_file "
You can’t perform that action at this time.
0 commit comments