Update docfx.yml

This commit is contained in:
IGeekFan 2022-04-23 21:55:19 +08:00 committed by GitHub
parent 1cd5539655
commit 623e4b8a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: .NET Core Deploy Docfx name: Docfx Deploy
on: on:
push: push:
@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 5.0.x dotnet-version: 6.0.x
- name: Remove Examples - name: Remove Examples
run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj) run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj)
- name: Remove FreeSql.Tests - name: Remove FreeSql.Tests