Skip to content

Commit d8d76fa

Browse files
fix: updated features json target dir
1 parent 99abe7f commit d8d76fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/example/zkEVM/unity/passport-examples"
61+
JSON_DIR="${DOCS_REPO_DIR}/docs/main/build/unity/usage-guides"
6262
mkdir -p "${JSON_DIR}"
6363

6464
# Copy JSON file

0 commit comments

Comments
 (0)