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 905631c commit 4dc7a9cCopy full SHA for 4dc7a9c
.github/scripts/process-passport-tutorials.sh
@@ -55,15 +55,15 @@ else
55
fi
56
57
# Copy the generated JSON file
58
-JSON_FILE="./_parsed/passport-examples.json"
+JSON_FILE="./_parsed/passport-features.json"
59
if [ -f "${JSON_FILE}" ]; then
60
# Create directory for JSON file if it doesn't exist
61
JSON_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage-guides/passport"
62
mkdir -p "${JSON_DIR}"
63
64
# Copy JSON file
65
- cp "${JSON_FILE}" "${JSON_DIR}/passport-features.json"
66
- echo "Copied ${JSON_FILE} to ${JSON_DIR}/passport-features.json"
+ cp "${JSON_FILE}" "${JSON_DIR}/passport-examples.json"
+ echo "Copied ${JSON_FILE} to ${JSON_DIR}/passport-examples.json"
67
else
68
echo "Warning: No passport-features.json found at ${JSON_FILE}"
69
0 commit comments