Fix gitea workflows #9

Merged
sugar merged 1 commits from develop into main 2026-01-27 17:54:23 +00:00
Showing only changes of commit 4cd4a8cae6 - Show all commits

View File

@@ -1,10 +1,6 @@
name: Check build frontend and backend
run-name: ${{ gitea.actor }} is building nixcn-cms check
on:
push:
branches:
- main
- develop
on: [push]
jobs:
build-frontend:
@@ -26,7 +22,7 @@ jobs:
run: corepack enable
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Build frontend
run: pnpm build