ci: 精简 GitHub Actions 工作流名称并删除冗余 LICENSE 文件

- 缩短工作流名称以提升可读性
- 删除文档目录下重复的许可证文件
This commit is contained in:
anghunk
2026-01-31 11:54:25 +08:00
parent aaa281f991
commit 13f5d51079
4 changed files with 3 additions and 204 deletions

View File

@@ -1,4 +1,4 @@
name: Check and Create Release
name: Create Release
on:
push:

View File

@@ -1,4 +1,4 @@
name: Build and Deploy
name: Build and Deploy Docs
on: [push]
jobs:
build-and-deploy:

View File

@@ -1,4 +1,4 @@
name: Publish widget to npm
name: Publish npm
on:
push: