Skip to content

Commit 97e0b2e

Browse files
committed
add debug statements to find pdf build error
1 parent bd4b8fe commit 97e0b2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build_pdf.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
16+
- name: Debug environment
17+
run: |
18+
echo "Current directory: $(pwd)"
19+
echo "Files in current directory:"
20+
ls -la
21+
echo "Files in docs directory:"
22+
ls -la ./docs
23+
echo "Files in docs/soar_manual directory:"
24+
ls -la ./docs/soar_manual
1625
- name: Build Manual PDF
1726
run: ./docs/soar_manual/build.sh
1827
- name: Upload Artifacts

0 commit comments

Comments
 (0)