Skip to content

Commit 30a0335

Browse files
committed
fix path in show docs step
1 parent 7177fc4 commit 30a0335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_sdk_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: ./scripts/generate_sdk_ref.sh
9494

9595
- name: Show docs file structure
96-
run: tree apps/web/src/app/\(docs\)/docs/sdk-reference
96+
run: tree ./sdk-reference
9797

9898
- name: Commit new SDK reference versions
9999
env:

0 commit comments

Comments
 (0)