From 258369fa7cb13eef40c926cb7624b8144c4ac8a7 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sat, 27 Jun 2020 10:39:25 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f3bc1af..aa6841d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,9 @@ jobs: run: | echo "running build..." npm run ci:build + + - name: Listing svg images + run: ls ./images/latex/ - name: Commit changes run: |