diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 29631f270..e797faae6 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -27,8 +27,10 @@ jobs: - name: DocFX Build working-directory: docfx - run: del ../docs /F /S - run: docfx docfx.json + # https://stackoverflow.com/questions/56726429/how-to-run-multiple-commands-in-one-github-actions-docker + run: | + del ../docs /F /S + docfx docfx.json continue-on-error: false - name: Publish