From e8d8b2f589e7d484e6a9884ec68ec6d180fbdbe3 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 12:23:25 +0200 Subject: [PATCH] fixed publish path --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cc493e1..a1eef99 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: 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 ${{ github.workspace }}/www/static/css/custom.css + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css www/static/css/custom.css shell: bash - - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.tff ${{ github.workspace }}/www/static/css/fonts/ + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.tff www/static/css/fonts/ shell: bash \ No newline at end of file