🎨 Update CD script
This commit is contained in:
parent
1579ef04f0
commit
6f849be379
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue