Skip to content

Commit 0c5ecad

Browse files
Add parameters to function (#13653)
1 parent 8a41229 commit 0c5ecad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function Get-python-PackageInfoFromPackageFile ($pkg, $workingDirectory) {
8383
}
8484

8585
# Stage and Upload Docs to blob Storage
86-
function Publish-python-GithubIODocs ()
86+
function Publish-python-GithubIODocs ($DocLocation, $PublicArtifactLocation)
8787
{
8888
$PublishedDocs = Get-ChildItem "$DocLocation" | Where-Object -FilterScript {$_.Name.EndsWith(".zip")}
8989

0 commit comments

Comments
 (0)