We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e20519 commit 9516ac9Copy full SHA for 9516ac9
.github/workflows/doc.yml
@@ -12,7 +12,8 @@ jobs:
12
run: |
13
# this will also include all README.md files in order of folder name
14
echo "files=$(printf '"%s" ' */*.md)" > $GITHUB_OUTPUT
15
- - script: |
+ - name: copy images for pandoc
16
+ run: |
17
find . -type f \( -iname "*.jpg" -o -iname "*/media/*.jpg" \) -exec cp '{}' /media \;
18
find . -type f \( -iname "*.jpg" -o -iname "*/images/*.jpg" \) -exec cp '{}' /images \;
19
- uses: docker://pandoc/latex:2.9
0 commit comments