mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
Update docfx.yml
This commit is contained in:
parent
ad40c8adb4
commit
e6fd68206e
3
.github/workflows/docfx.yml
vendored
3
.github/workflows/docfx.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.101
|
dotnet-version: 3.1.101
|
||||||
- name: Exclude example projects
|
- name: Exclude example projects
|
||||||
run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj)
|
run: dotnet sln FreeSql.sln remove Examples/**/*.csproj
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build solution
|
- name: Build solution
|
||||||
@ -51,5 +51,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: docs/_site
|
publish_dir: docs/_site
|
||||||
cname: github.com
|
|
||||||
force_orphan: true
|
force_orphan: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user