浏览代码

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

Charlie Kindel 2 年之前
父节点
当前提交
de4fd2bda8
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      .github/workflows/api-docs.yml

+ 4 - 2
.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