We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5add199 commit 7c7a2e8Copy full SHA for 7c7a2e8
src/build_map.sh
@@ -60,7 +60,6 @@ find deploy -mindepth 1 -print | while read -r path; do
60
done
61
echo -e "End Build Map\n"
62
echo -e "----------------\n"
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
65
# Override Deployment
66
for html_file in deploy/*.html; do
0 commit comments