Skip to content

Commit ae58a97

Browse files
committed
Update doc.yml
1 parent 77f3ad8 commit ae58a97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
echo "files=$(printf '"%s" ' */*.md)" > $GITHUB_OUTPUT
1515
- name: copy images for pandoc
1616
run: |
17-
mkdir -p /media
18-
mkdir -p /images
1917
find . -type f \( -iname "*.jpg" -o -iname "*/media/*.*" \) -exec cp '{}' /media \;
2018
find . -type f \( -iname "*.jpg" -o -iname "*/images/*.*" \) -exec cp '{}' /images \;
21-
19+
- name: list files
20+
run: |
2221
ls -a
2322
- uses: docker://pandoc/latex:2.9
2423
with:

0 commit comments

Comments
 (0)