Skip to content

Commit 501eda4

Browse files
committed
chore: add debug step to CI workflow for listing documentation files. This update introduces a new job step to list the contents of the mc/site/docs directory, aiding in troubleshooting and ensuring the documentation structure is as expected.
1 parent b2f96c8 commit 501eda4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ jobs:
6262
with:
6363
name: prebuilt_index.jsonl.gz
6464
path: artifacts/prebuilt_index.jsonl.gz
65+
66+
- name: Debug List mc/site/docs
67+
run: ls -lR mc/site/docs || ls -lR mc/

0 commit comments

Comments
 (0)