Browse Source

Reverted doc generation to DocFX 2.48 which actually works

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
e91bfd1883
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/docs.yml
  2. +1
    -1
      .github/workflows/tag_docs.yml

+ 1
- 1
.github/workflows/docs.yml View File

@ -33,7 +33,7 @@ jobs:
- name: Install DocFX
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install docfx -y
args: install docfx --version 2.48 -y
- name: Checkout current pages
uses: actions/checkout@v2
with:


+ 1
- 1
.github/workflows/tag_docs.yml View File

@ -32,7 +32,7 @@ jobs:
- name: Install DocFX
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install docfx -y
args: install docfx --version 2.48 -y
- name: Checkout current pages
uses: actions/checkout@v2
with:


Loading…
Cancel
Save