🎨 Update CD script

This commit is contained in:
Daniel 2024-04-21 00:39:22 +08:00
parent 1579ef04f0
commit 6f849be379
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -152,12 +152,12 @@ jobs:
- name: Install Node Dependencies
run: pnpm install --no-frozen-lockfile
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
env:
COREPACK_ENABLE_STRICT: 0
- name: Building UI
run: pnpm run build
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
env:
COREPACK_ENABLE_STRICT: 0
- name: Remove Build Directory
uses: JesseTG/rm@v1.0.2