Skip to content

Commit 9516ac9

Browse files
committed
Update doc.yml
1 parent 4e20519 commit 9516ac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
run: |
1313
# this will also include all README.md files in order of folder name
1414
echo "files=$(printf '"%s" ' */*.md)" > $GITHUB_OUTPUT
15-
- script: |
15+
- name: copy images for pandoc
16+
run: |
1617
find . -type f \( -iname "*.jpg" -o -iname "*/media/*.jpg" \) -exec cp '{}' /media \;
1718
find . -type f \( -iname "*.jpg" -o -iname "*/images/*.jpg" \) -exec cp '{}' /images \;
1819
- uses: docker://pandoc/latex:2.9

0 commit comments

Comments
 (0)