changed fonts dir

This commit is contained in:
Surferlul 2023-10-10 16:43:52 +02:00
parent 82e10fe1f0
commit 165cb11a78

View File

@ -18,5 +18,7 @@ runs:
shell: bash shell: bash
- run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css ${{ github.workspace }}/logseq/custom.css - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css ${{ github.workspace }}/logseq/custom.css
shell: bash 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 shell: bash