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