فهرست منبع

Try 6 - Fixes #1745 - Github action to generate API docs

Charlie Kindel 2 سال پیش
والد
کامیت
1b7923c214
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/api-docs.yml

+ 1 - 1
.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