Skip to content

Commit 45bf174

Browse files
fix: updated the target directory on docs repo
1 parent de778c6 commit 45bf174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/process-passport-tutorials.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ ! -f "${FEATURES_JSON}" ]; then
1919
fi
2020

2121
# Base directory for usage guides in the docs repo
22-
DOCS_USAGE_GUIDES_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage-guides/passport"
22+
DOCS_USAGE_GUIDES_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage/passport"
2323

2424
# Check if _tutorials~ directory exists
2525
if [ ! -d "${TUTORIALS_DIR}" ]; then
@@ -58,7 +58,7 @@ fi
5858
JSON_FILE="./_parsed/passport-features.json"
5959
if [ -f "${JSON_FILE}" ]; then
6060
# Create directory for JSON file if it doesn't exist
61-
JSON_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage-guides/passport"
61+
JSON_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage/passport"
6262
mkdir -p "${JSON_DIR}"
6363

6464
# Copy JSON file

0 commit comments

Comments
 (0)