Skip to content

Commit 3b4ca20

Browse files
committed
Fix docs site src path in build-docs.ps1
1 parent f49dda6 commit 3b4ca20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cmdline/plugins/build-docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function parse_current_rev() {
119119
return $axver
120120
}
121121

122-
$site_src = (Resolve-Path "$PSScriptRoot/../../docs").Path
122+
$site_src = (Resolve-Path "$PSScriptRoot/../../../docs").Path
123123
if (!$site_dist) {
124124
$site_dist = Join-Path $site_src 'dist'
125125
}

0 commit comments

Comments
 (0)