ci: 精简 GitHub Actions 工作流名称并删除冗余 LICENSE 文件
- 缩短工作流名称以提升可读性 - 删除文档目录下重复的许可证文件
This commit is contained in:
2
.github/workflows/create_release.yml
vendored
2
.github/workflows/create_release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Check and Create Release
|
||||
name: Create Release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and Deploy
|
||||
name: Build and Deploy Docs
|
||||
on: [push]
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
2
.github/workflows/npm_publish.yml
vendored
2
.github/workflows/npm_publish.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish widget to npm
|
||||
name: Publish npm
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user