File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments