From deb30b0285aa06840a3bb74c262d0be5d561c0f9 Mon Sep 17 00:00:00 2001 From: Zingabopp <37518403+Zingabopp@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:00:06 -0500 Subject: [PATCH] Updated docs and tag_docs actions --- .github/workflows/docs.yml | 2 ++ .github/workflows/tag_docs.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 283a937b..868aaeab 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,6 +31,8 @@ jobs: with: # As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json dotnet-version: "3.1.404" # since we now use this + - name: Clear Nuget Cache + run: dotnet nuget locals all --clear - name: Nuget Restore run: msbuild -t:Restore -m - name: Install DocFX diff --git a/.github/workflows/tag_docs.yml b/.github/workflows/tag_docs.yml index db0ff662..c6031945 100644 --- a/.github/workflows/tag_docs.yml +++ b/.github/workflows/tag_docs.yml @@ -30,6 +30,8 @@ jobs: with: # As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json dotnet-version: "3.1.404" # since we now use this + - name: Clear Nuget Cache + run: dotnet nuget locals all --clear - name: Nuget Restore run: msbuild -t:Restore -m - name: Install DocFX