From 1b7923c2145512e6df1022c2745a5fc8f102c721 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Fri, 16 Sep 2022 09:43:58 -0600 Subject: [PATCH] Try 6 - Fixes #1745 - Github action to generate API docs --- .github/workflows/api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index e797faae6..a33ddc344 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -29,7 +29,7 @@ jobs: working-directory: docfx # https://stackoverflow.com/questions/56726429/how-to-run-multiple-commands-in-one-github-actions-docker run: | - del ../docs /F /S + rm ../docs -Recurse -Force docfx docfx.json continue-on-error: false