From f87eb19d417c9775ec69d5b2fafe336c5c480ae9 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Wed, 11 Oct 2023 01:32:47 +0200 Subject: [PATCH] fixed fonts dir --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bdcd3c1..e670648 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ runs: shell: bash - run: mkdir ${{ github.workspace }}/logseq/fonts shell: bash - - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/www/static/css/fonts/ + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/www/static/css/ shell: bash \ No newline at end of file