From d832053e1db4d52fcc752a57e67bac91c2adfdbb Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 14:16:38 +0200 Subject: [PATCH] fixed css path --- action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index cd65cbf..7ef16cb 100644 --- a/action.yml +++ b/action.yml @@ -14,11 +14,9 @@ runs: path: logseq-tenset-theme - run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme i shell: bash - - run: find / 2>/dev/null | grep static/css/fonts - 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 + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css ${{ github.workspace }}/logseq/custom.css shell: bash - - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.tff www/static/css/fonts/ + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.tff ${{ github.workspace }}/logseq/ shell: bash \ No newline at end of file