Browse Source

Fix workflow

杜府 3 years ago
parent
commit
2722d23864

+ 1 - 1
.github/workflows/auto-deploy-demo.yml

@@ -7,7 +7,7 @@
 # 6. 使用 appleboy/scp-action@master 将 demo/dist 目录下所有文件上传到服务器上 demo 目录下
 # 7. 执行 demo/Refresh-auto.py 刷新 CDN 缓存
 
-name: AUTO DEPLOY DEMO
+name: DEPLOY DEMO
 
 on:
     push:

+ 1 - 1
.github/workflows/auto-public-create.yml

@@ -1,6 +1,6 @@
 # 当分支 main 有 push 事件并且此次 push 包含了 packages/create-stdf/package.json 文件时,执行以下任务
 
-name: AUTO PUBLISH CREATE
+name: PUBLISH CREATE
 
 on:
     push:

+ 1 - 1
.github/workflows/auto-public-stdf.yml

@@ -1,6 +1,6 @@
 # 当分支 main 有 push 事件并且此次 push 包含了 packages/stdf/package.json 文件时,执行以下任务
 
-name: AUTO PUBLISH STDF
+name: PUBLISH STDF
 
 on:
     push:

+ 1 - 1
.github/workflows/auto-releases.yml

@@ -1,6 +1,6 @@
 # 当分支 main 有 push 事件,并且此次 push 包含了 packages/stdf/package.json 文件时,执行以下任务
 
-name: AUTO RELEASES
+name: RELEASES
 
 on:
     push:

+ 1 - 1
.github/workflows/auto-sync-demo.yml

@@ -1,6 +1,6 @@
 # 当分支 main 有 push 事件,并且此次 push 包含了 demo 目录下的文件时触发,使用 GitHub Actions 执行
 
-name: AUTO SYNC DEMO
+name: SYNC DEMO
 
 on:
     push:

+ 2 - 1
README.md

@@ -1,9 +1,10 @@
 <div align="center">
 
-[![Public Status](https://github.com/dufu1991/stdf/actions/workflows/auto-public-npm.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-public-npm.yml)
+[![Public Status](https://github.com/dufu1991/stdf/actions/workflows/auto-public-stdf.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-public-stdf.yml)
 [![Releases Status](https://github.com/dufu1991/stdf/actions/workflows/auto-releases.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-releases.yml)
 [![Sync Status](https://github.com/dufu1991/stdf/actions/workflows/auto-sync-demo.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-sync-demo.yml)
 [![Deploy Status](https://github.com/dufu1991/stdf/actions/workflows/auto-deploy-demo.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-deploy-demo.yml)
+[![Public Status](https://github.com/dufu1991/stdf/actions/workflows/auto-public-create.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-public-create.yml)
 
   <picture>
     <source media="(prefers-color-scheme: dark)" srcset="https://stdf.design/assets/favicon_logo_dark/android-chrome-512x512.png">

+ 2 - 1
README_en.md

@@ -1,9 +1,10 @@
 <div align="center">
 
-[![Public Status](https://github.com/dufu1991/stdf/actions/workflows/auto-public-npm.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-public-npm.yml)
+[![Public Status](https://github.com/dufu1991/stdf/actions/workflows/auto-public-stdf.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-public-stdf.yml)
 [![Releases Status](https://github.com/dufu1991/stdf/actions/workflows/auto-releases.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-releases.yml)
 [![Sync Status](https://github.com/dufu1991/stdf/actions/workflows/auto-sync-demo.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-sync-demo.yml)
 [![Deploy Status](https://github.com/dufu1991/stdf/actions/workflows/auto-deploy-demo.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-deploy-demo.yml)
+[![Public Status](https://github.com/dufu1991/stdf/actions/workflows/auto-public-create.yml/badge.svg)](https://github.com/dufu1991/stdf/actions/workflows/auto-public-create.yml)
 
   <picture>
     <source media="(prefers-color-scheme: dark)" srcset="https://stdf.design/assets/favicon_logo_dark/android-chrome-512x512.png">