fixed fonts dir

This commit is contained in:
Surferlul 2023-10-11 01:32:47 +02:00
parent 6dad55c4f7
commit f87eb19d41

View File

@ -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