Update docfx.yml

This commit is contained in:
IGeekFan 2021-04-10 20:54:04 +08:00 committed by GitHub
parent ad40c8adb4
commit e6fd68206e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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