Update docfx.yml

This commit is contained in:
IGeekFan
2021-04-10 20:54:04 +08:00
committed by GitHub
parent ad40c8adb4
commit e6fd68206e

View File

@ -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