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 c65ce8e commit dbc0eb7Copy full SHA for dbc0eb7
src/build_map.sh
@@ -26,7 +26,8 @@ BUILD_ID=$(cat .next/BUILD_ID)
26
mkdir -p deploy/_just/static/
27
mkdir -p deploy/_just/static/$BUILD_ID/
28
29
-echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
+# echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
30
+echo "$(cat $GITHUB_ACTION_PATH/src/buildManifest_start.js)" > deploy/_just/static/$BUILD_ID/buildManifest.js
31
32
echo -e "\n----------------\n\nBuild Map:\n"
33
FILE_ID=1
0 commit comments