Skip to content

Commit 7806e47

Browse files
committed
CICD fix
1 parent 2be8dd0 commit 7806e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI-CD.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# --------------------------- Configuration --------------------------- #
22

33
# Define exclusions
4-
$excludedDirs = @('.vscode', '.git', '.archive', '.Promo') # Added '.Promo' to exclude this folder
4+
$excludedDirs = @('.vscode', '.git', '.archive', 'Promo') # Added '.Promo' to exclude this folder
55
$excludedFiles = @('.gitignore', 'CI-CD.ps1') # Files to exclude
66

77
# Define the source directory as the current working directory

0 commit comments

Comments
 (0)