ci
Some checks failed
study-online / Explore-Gitea-Actions (push) Failing after 6s

This commit is contained in:
libingxiang 2025-08-04 16:40:24 +08:00
parent 5860dd37cc
commit 10b7d0b695

View File

@ -43,8 +43,9 @@ jobs:
# 构建项目
- name: Build project
run: |
npm run build
run: |
export NODE_OPTIONS="--openssl-legacy-provider"
npm run build
# 将 dist 目录移动到目标位置
- name: Move dist folder to target directory