Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43b912c

Browse files
committed
digression 2
1 parent ef8d5b2 commit 43b912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ jobs:
369369
done
370370
}
371371
372-
remove_files "png"; remove_files "svg"; remove_files "pdf"; remove_files "eps";
372+
remove_files "png"; remove_files "svg"; remove_files "pdf"; remove_files "eps"; remove_files "gif"
373373
374374
if [ "$(find ./result_images -mindepth 1 -type d)" ]; then
375375
find ./result_images/* -type d -empty -delete

0 commit comments

Comments
 (0)