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 de778c6 commit 45bf174Copy full SHA for 45bf174
1 file changed
.github/scripts/process-passport-tutorials.sh
@@ -19,7 +19,7 @@ if [ ! -f "${FEATURES_JSON}" ]; then
19
fi
20
21
# Base directory for usage guides in the docs repo
22
-DOCS_USAGE_GUIDES_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage-guides/passport"
+DOCS_USAGE_GUIDES_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage/passport"
23
24
# Check if _tutorials~ directory exists
25
if [ ! -d "${TUTORIALS_DIR}" ]; then
@@ -58,7 +58,7 @@ fi
58
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"
+ JSON_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage/passport"
62
mkdir -p "${JSON_DIR}"
63
64
# Copy JSON file
0 commit comments