Skip to content

Commit 8ba35da

Browse files
committed
fix line breaks in generated examples
1 parent 6992ce5 commit 8ba35da

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ jobs:
170170
github_token: ${{ secrets.GITHUB_TOKEN }}
171171
publish_branch: gh-pages-test
172172
publish_dir: ./docs/_site
173-
#keep_files: true
174-
#commit_message: ${{ github.event.head_commit.message }}
173+
user_name: 'github-actions-bot'
174+
user_email: 'github-actions-bot@users.noreply.github.com'
175+
commit_message: Automated commit from cibuild
175176
#full_commit_message: ${{ github.event.head_commit.message }}
176177

177178
inspect-code:

docs/generate-examples.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Start-WebServer {
3434
Write-Output "Starting web server"
3535
$startTimeUtc = Get-Date -AsUTC
3636
$job = Start-Job -ScriptBlock {
37-
dotnet run --project ..\src\Examples\GettingStarted\GettingStarted.csproj --configuration Release --property:TreatWarningsAsErrors=True --urls=http://0.0.0.0:14141
37+
dotnet run --project ..\src\Examples\GettingStarted\GettingStarted.csproj --configuration Debug --property:TreatWarningsAsErrors=True --urls=http://0.0.0.0:14141
3838
}
3939

4040
$webProcessId = $null

0 commit comments

Comments
 (0)