diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index ec49fbe89ea..a3806670fb1 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -29,7 +29,7 @@ jobs: - name: Build Documents if: steps.cache-site.outputs.cache-hit != 'true' run: | - cp doxfx_config/docfx_API5.json docfx.json + cp docfx_config/docfx_API5.json docfx.json ./build.sh restore API5 ./build.sh build API5 - name: Archive Artifacts