Skip to content

Commit 51425a1

Browse files
committed
fix(docs): modified md copy script to point to correct directory
1 parent 96ec3b6 commit 51425a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docfx/copy_md_files.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# Define source and destination directories
6-
$sourceDir = "..\..\"
6+
$sourceDir = ".\"
77
$destinationDir = ".\"
88

99
# Define the subfolders in the repository that md files will be migrated to the website

0 commit comments

Comments
 (0)