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