File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ jobs:
261
261
# run: |
262
262
# dotnet nuget add source --username 'json-api-dotnet' --password "$env:GITHUB_TOKEN" --store-password-in-clear-text --name 'github' 'https://nuget.pkg.github.com/json-api-dotnet/index.json'
263
263
# dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:GITHUB_TOKEN" --source 'github'
264
+
264
265
- name : Find merged pull request
265
266
id : find_merged_pull_request
266
267
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
@@ -281,8 +282,8 @@ jobs:
281
282
publish_branch : gh-pages-test
282
283
# publish_branch: gh-pages
283
284
publish_dir : ./documentation
284
- # commit_message: 'Auto-generated documentation from: ${{ github.event.head_commit.message }} '
285
- full_commit_message : " Auto-generated documentation from ${{ steps.find_merged_pull_request.outputs.number && format('#{0}', steps.find_merged_pull_request.outputs.number) || github.sha }}"
285
+ commit_message : ' Auto-generated documentation from... '
286
+ # full_commit_message: "Auto-generated documentation from ${{ steps.find_merged_pull_request.outputs.number && format('#{0}', steps.find_merged_pull_request.outputs.number) || github.sha }}"
286
287
287
288
- name : Publish to NuGet
288
289
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
3
+ < head >
4
4
< meta charset ="utf-8 ">
5
5
< meta content ="width=device-width, initial-scale=1.0 " name ="viewport ">
6
6
< title > JsonApiDotNetCore documentation</ title >
You can’t perform that action at this time.
0 commit comments