Skip to content

Commit 71197bf

Browse files
authored
docs: Use official mkdocs-material image
2 parents 8b6dafe + ae6d82c commit 71197bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psakefile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ using namespace VideoOS.Platform.ConfigurationItems
8787
# $psake.context.tasks.GenerateMAML.DependsOn = $psake.context.tasks.GenerateMAML.DependsOn | Where-Object { $_ -ne 'GenerateMarkdown' }
8888
# }
8989

90-
$script:MkdocsImage = 'ghcr.io/milestonesystemsinc/mkdocs-material-insiders:latest'
90+
$script:MkdocsImage = $env:DOCKER_PROXY + 'squidfunk/mkdocs-material:latest'
9191
$script:EmbeddedModules = @(
9292
@{
9393
Name = 'ImportExcel'

0 commit comments

Comments
 (0)