From bcd3af57a9814c8f2b6a648f19d50992d3383a2f Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 12:27:41 +0200 Subject: [PATCH] debug --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index a1eef99..32f588d 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,8 @@ runs: path: logseq-tenset-theme - run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme i shell: bash + - run: find + shell: bash - run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme run build shell: bash - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css www/static/css/custom.css