Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a82d484

Browse files
committed
Fix docs publish.
1 parent f590b40 commit a82d484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: actions/setup-dotnet@v3
2727
- name: Check out code
2828
uses: actions/checkout@v3
29+
with:
30+
fetch-depth: 0 # required to publish docs
2931
- name: Restore
3032
run: .\build.ps1 restore
3133
- name: Build

0 commit comments

Comments
 (0)