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