Skip to content

Commit

Permalink
Attempt to green the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Dec 13, 2023
1 parent 04134cc commit e4092f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PowerShell module for collecting and sending Open Telemetry

## Install

[powershellgallery.com/packages/potel](https://www.powershellgallery.com/packages/potel)

`Install-Module -Name potel` or `Install-PSResource -Name potel`

## Docs
Expand Down
2 changes: 2 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,13 @@ function Commit {
function Publish {
param ()

<# Disabled for now
$docChanges = git status docs -s
if ($docChanges.count -gt 0) {
Write-Warning "There are pending Docs change. Run './build.ps1 docs', review and commit updated docs."
}
#>

$repo = if ($env:PSPublishRepo) { $env:PSPublishRepo } else { 'PSGallery' }

Expand Down

0 comments on commit e4092f7

Please sign in to comment.