This commit is contained in:
Surferlul 2023-10-10 12:31:38 +02:00
parent bcd3af57a9
commit b0f6574f34

View File

@ -14,7 +14,7 @@ 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 - run: find / | grep www
shell: bash 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