From 16d37d36a7165ce830cd3740df73919a940aab98 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 12:56:55 +0200 Subject: [PATCH] debug --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 563771c..cd65cbf 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: path: logseq-tenset-theme - run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme i shell: bash - - run: find / | grep www + - run: find / 2>/dev/null | grep static/css/fonts shell: bash - run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme run build shell: bash