mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52: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:
|
||||
dotnet-version: 3.1.101
|
||||
- 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
|
||||
run: dotnet restore
|
||||
- name: Build solution
|
||||
@ -51,5 +51,4 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: docs/_site
|
||||
cname: github.com
|
||||
force_orphan: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user