From 6dad55c4f7d04130e26772688a6766b7f6e1aa41 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 18:10:11 +0200 Subject: [PATCH] made action post build --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7ab41d7..bdcd3c1 100644 --- a/action.yml +++ b/action.yml @@ -14,9 +14,11 @@ 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 }}/logseq/custom.css + - run: find | grep www + shell: bash + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css ${{ github.workspace }}/www/static/css/custom.css shell: bash - run: mkdir ${{ github.workspace }}/logseq/fonts shell: bash - - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/logseq/fonts + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/www/static/css/fonts/ shell: bash \ No newline at end of file