Skip to content

Commit a35a4e9

Browse files
[info](build): debug statements (#122)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 6e0a952 commit a35a4e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pandoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: Build PDF
3737
run: |
3838
for f in markdown/*.md; do
39+
echo $f # debug
3940
FILE_NAME=$(basename "$f" | sed 's/.md//g')
41+
echo $FILE_NAME # debug
4042
pandoc --standalone \ # --template styles/chmduquesne.tex \
4143
--from markdown --to context \
4244
--variable papersize=letter \

0 commit comments

Comments
 (0)