Skip to content

Commit 9c7250a

Browse files
committed
Update ci.yml
1 parent da51211 commit 9c7250a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,15 @@ jobs:
322322
echo "Current working directory: $(pwd)"
323323
echo "Directory contents:"
324324
ls -la
325+
- uses: actions/checkout@v3
326+
with:
327+
fetch-depth: 0
328+
- name: debug-after-checkout
329+
run: |
330+
echo "=== AFTER CHECKOUT ==="
331+
echo "Current working directory: $(pwd)"
332+
echo "Directory contents:"
333+
ls -la
325334
- name: debug-before-download
326335
run: |
327336
echo "About to download built-docs artifact"
@@ -345,9 +354,6 @@ jobs:
345354
ls -la built-docs/ || echo "built-docs directory does not exist"
346355
echo "Contents of built-docs/documentation directory:"
347356
ls -la built-docs/documentation/ || echo "built-docs/documentation directory does not exist"
348-
- uses: actions/checkout@v3
349-
with:
350-
fetch-depth: 0
351357
- name: create-module-markdown-branch
352358
shell: bash
353359
run: |

0 commit comments

Comments
 (0)