diff --git a/scripts/build_archives.ps1 b/scripts/build_archives.ps1 index 03fc3bf..c609488 100644 --- a/scripts/build_archives.ps1 +++ b/scripts/build_archives.ps1 @@ -9,7 +9,7 @@ Write-Host "Packing archives..."; # Setup workspace New-Item -ItemType directory -Path "./tmp" > $null; -Copy-Item "./site/.vuepress/public/codes/*.xml" "./tmp/"; +Copy-Item "./codes/*.xml" "./tmp/"; Set-Location "./tmp"; # Helper function to convert the XML files to the GCM txt format