coyote/Scripts/publish-docs.ps1

7 строки
243 B
PowerShell

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
Write-Comment -prefix "." -text "Publishing the Coyote documentation to GitHub" -color "yellow"
& mkdocs gh-deploy
Write-Comment -prefix "." -text "Done" -color "green"