From 165cb11a783fbcd9006755b677fb0f2edc0527c7 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 16:43:52 +0200 Subject: [PATCH] changed fonts dir --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 99d06e6..08bdad2 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,7 @@ runs: shell: bash - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css ${{ github.workspace }}/logseq/custom.css shell: bash - - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/logseq/ + - run: mkdir ${{ github.workspace }}/logseq/fonts + shell: bash + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/logseq/fonts shell: bash \ No newline at end of file