From be988d7a4454b3b07e79c2cc6290bf6eabe2f8a2 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 6 Apr 2021 22:30:59 -0500 Subject: [PATCH] Use latest version of docfx --- .github/workflows/tag_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag_docs.yml b/.github/workflows/tag_docs.yml index c6031945..62f5b9c8 100644 --- a/.github/workflows/tag_docs.yml +++ b/.github/workflows/tag_docs.yml @@ -37,7 +37,7 @@ jobs: - name: Install DocFX uses: crazy-max/ghaction-chocolatey@v1 with: - args: install docfx --version 2.48 -y + args: install docfx -y - name: Checkout current pages uses: actions/checkout@v2 with: