Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
ci(VerifyStructure): 新增例外資料結構 (#499)
Browse files Browse the repository at this point in the history
ci(Packer): 新增 .md 副檔名強制包括
  • Loading branch information
xMikux authored Oct 31, 2023
1 parent 02b5cec commit df2acc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/verify_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Reusable-ResourcePacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
force_include = true
['**/*?.lang']
force_include = true
['**/*?.md']
force_include = true
artifact_name: OptimizedPack-${{ inputs.matrix_version }}

- name: DownloadArtifact
Expand Down

0 comments on commit df2acc0

Please sign in to comment.