made action post build

This commit is contained in:
Surferlul 2023-10-10 18:10:11 +02:00
parent 67c254cc20
commit 6dad55c4f7

View File

@ -14,9 +14,11 @@ 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 }}/logseq/custom.css
- run: find | grep www
shell: bash
- run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css ${{ github.workspace }}/www/static/css/custom.css
shell: bash
- run: mkdir ${{ github.workspace }}/logseq/fonts
shell: bash
- run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/logseq/fonts
- run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/www/static/css/fonts/
shell: bash