From df2acc0bbb00833f47a023839eb5f1d60297c8e7 Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:01:36 +0800 Subject: [PATCH] =?UTF-8?q?ci(VerifyStructure):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BE=8B=E5=A4=96=E8=B3=87=E6=96=99=E7=B5=90=E6=A7=8B=20(#499)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ci(Packer): 新增 .md 副檔名強制包括 --- .github/scripts/verify_structure.py | 2 ++ .github/workflows/Reusable-ResourcePacker.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/scripts/verify_structure.py b/.github/scripts/verify_structure.py index 9c7ac3373..981fcd0a2 100644 --- a/.github/scripts/verify_structure.py +++ b/.github/scripts/verify_structure.py @@ -123,6 +123,8 @@ def verify_structure(path): validate_language(subdir) elif subdir_name == "patchouli_books": validate_manual(subdir) + elif subdir_name == "ae2guide": + pass else: log_message("🚧 結構|資料夾下存在未被設定的結構。", subdir, "ERROR") diff --git a/.github/workflows/Reusable-ResourcePacker.yml b/.github/workflows/Reusable-ResourcePacker.yml index bb8e6a3cf..2673b90fb 100644 --- a/.github/workflows/Reusable-ResourcePacker.yml +++ b/.github/workflows/Reusable-ResourcePacker.yml @@ -96,6 +96,8 @@ jobs: force_include = true ['**/*?.lang'] force_include = true + ['**/*?.md'] + force_include = true artifact_name: OptimizedPack-${{ inputs.matrix_version }} - name: DownloadArtifact