Skip to content

Commit cf8c5de

Browse files
committed
Remove Marks and Shortcuts in workflow
Add removal of Marks.md and Shortcuts.md to the Build and Release Albayan workflow. This ensures those documentation files are cleaned from the docPath before packaging so stale docs aren't included in the release.
1 parent b8dbe4b commit cf8c5de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/Build and Release Albayan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
if (Test-Path $docPath) {
5858
Remove-Item "$docPath\UserGuide.md" -ErrorAction SilentlyContinue
5959
Remove-Item "$docPath\WhatsNew.md" -ErrorAction SilentlyContinue
60+
Remove-Item "$docPath\Marks.md" -ErrorAction SilentlyContinue
61+
Remove-Item "$docPath\Shortcuts.md" -ErrorAction SilentlyContinue
6062
}
6163
6264
- name: Download and install latest Inno Setup

0 commit comments

Comments
 (0)