From a6ac787a9f8efdd5ee4407741e51b99251f7f28b Mon Sep 17 00:00:00 2001 From: wuyiping0628 <1106773985@qq.com> Date: Fri, 19 Dec 2025 15:44:16 -0800 Subject: [PATCH 1/4] feat: add triggering conditions --- .github/workflows/auto-build-main-module-docs.yml | 4 ++++ .github/workflows/auto-deploy-docs.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/auto-build-main-module-docs.yml b/.github/workflows/auto-build-main-module-docs.yml index e14614b371..0a4ba3c989 100644 --- a/.github/workflows/auto-build-main-module-docs.yml +++ b/.github/workflows/auto-build-main-module-docs.yml @@ -3,8 +3,12 @@ name: Auto Build Main Module Docs on: pull_request: branches: [dev] + paths: + - 'examples/docs/**' push: branches: [dev] + paths: + - 'examples/docs/**' jobs: verify-main-build: diff --git a/.github/workflows/auto-deploy-docs.yml b/.github/workflows/auto-deploy-docs.yml index bf205e3dcd..d6ab329cbb 100644 --- a/.github/workflows/auto-deploy-docs.yml +++ b/.github/workflows/auto-deploy-docs.yml @@ -3,6 +3,8 @@ name: Auto Deploy Docs on: push: branches: [dev] + paths: + - 'examples/docs/**' jobs: notify: From bcbc6305bd816abb2a61aa896b170cb23570a2c2 Mon Sep 17 00:00:00 2001 From: wuyiping0628 <1106773985@qq.com> Date: Fri, 19 Dec 2025 15:48:42 -0800 Subject: [PATCH 2/4] feat: add triggering conditions --- .github/workflows/auto-build-main-module-docs.yml | 8 ++++---- .github/workflows/auto-deploy-docs.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-build-main-module-docs.yml b/.github/workflows/auto-build-main-module-docs.yml index 0a4ba3c989..2fb86b7bc0 100644 --- a/.github/workflows/auto-build-main-module-docs.yml +++ b/.github/workflows/auto-build-main-module-docs.yml @@ -4,11 +4,11 @@ on: pull_request: branches: [dev] paths: - - 'examples/docs/**' + - 'examples/sites/demos/pc/webdoc/**' push: - branches: [dev] - paths: - - 'examples/docs/**' + branches: [dev] + paths: + - 'examples/sites/demos/pc/webdoc/**' jobs: verify-main-build: diff --git a/.github/workflows/auto-deploy-docs.yml b/.github/workflows/auto-deploy-docs.yml index d6ab329cbb..c7a8fd7225 100644 --- a/.github/workflows/auto-deploy-docs.yml +++ b/.github/workflows/auto-deploy-docs.yml @@ -4,7 +4,7 @@ on: push: branches: [dev] paths: - - 'examples/docs/**' + - 'examples/sites/demos/pc/webdoc/**' jobs: notify: From 2f524205ff195f84c4877f2981b1ac95519c685b Mon Sep 17 00:00:00 2001 From: wuyiping0628 <1106773985@qq.com> Date: Fri, 19 Dec 2025 15:50:09 -0800 Subject: [PATCH 3/4] feat: test whether the modified MD file is effective --- examples/sites/demos/pc/webdoc/changelog-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sites/demos/pc/webdoc/changelog-en.md b/examples/sites/demos/pc/webdoc/changelog-en.md index d8e0c34f9d..cbda6bdda9 100644 --- a/examples/sites/demos/pc/webdoc/changelog-en.md +++ b/examples/sites/demos/pc/webdoc/changelog-en.md @@ -1,6 +1,6 @@ # Changelog -The Tiny Vue team uses a monthly release strategy under normal circumstances. +The Tiny Vue team1 uses a monthly release strategy under normal circumstances. On this page, you can only see the log records of the latest three iterations of our changelog. If you want to see the full record, you can view: [Release](https://github.com/opentiny/tiny-vue/releases) From fcb7e0101cdd5043ca5ed486b36f95dda764ac8a Mon Sep 17 00:00:00 2001 From: wuyiping0628 <1106773985@qq.com> Date: Fri, 19 Dec 2025 15:51:06 -0800 Subject: [PATCH 4/4] feat: release testing --- examples/sites/demos/pc/webdoc/changelog-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sites/demos/pc/webdoc/changelog-en.md b/examples/sites/demos/pc/webdoc/changelog-en.md index cbda6bdda9..d8e0c34f9d 100644 --- a/examples/sites/demos/pc/webdoc/changelog-en.md +++ b/examples/sites/demos/pc/webdoc/changelog-en.md @@ -1,6 +1,6 @@ # Changelog -The Tiny Vue team1 uses a monthly release strategy under normal circumstances. +The Tiny Vue team uses a monthly release strategy under normal circumstances. On this page, you can only see the log records of the latest three iterations of our changelog. If you want to see the full record, you can view: [Release](https://github.com/opentiny/tiny-vue/releases)