Update docfx.yml

This commit is contained in:
IGeekFan
2021-04-22 12:21:09 +08:00
committed by GitHub
parent dabc95ae32
commit 4d82e18993

View File

@ -40,7 +40,7 @@ jobs:
- name: Remove FreeSql.Tests
run: dotnet sln FreeSql.sln remove (ls -r FreeSql.Tests/**/*.csproj)
- name: Install dependencies
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config && dotnet restore
run: dotnet restore
- name: Setup DocFX
uses: crazy-max/ghaction-chocolatey@v1
with: