This commit is contained in:
Surferlul 2023-10-10 12:27:41 +02:00
parent e8d8b2f589
commit bcd3af57a9

View File

@ -14,6 +14,8 @@ runs:
path: logseq-tenset-theme path: logseq-tenset-theme
- run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme i - run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme i
shell: bash shell: bash
- run: find
shell: bash
- run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme run build - run: npm --prefix ${{ github.workspace }}/logseq-tenset-theme run build
shell: bash shell: bash
- run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css www/static/css/custom.css - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css www/static/css/custom.css