made action post build
This commit is contained in:
parent
67c254cc20
commit
6dad55c4f7
@ -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
|
Loading…
Reference in New Issue
Block a user