Browse Source

Updated docs and tag_docs actions

pull/64/head
Zingabopp 3 years ago
parent
commit
deb30b0285
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      .github/workflows/docs.yml
  2. +2
    -0
      .github/workflows/tag_docs.yml

+ 2
- 0
.github/workflows/docs.yml View File

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


+ 2
- 0
.github/workflows/tag_docs.yml View File

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


Loading…
Cancel
Save