diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index 9cc0ec57589..e771422fcac 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout TizenFX sources run: | - ./build.sh clone API4 + ./build.sh clone API12 - name: Cache DocFX output id: cache-site uses: actions/cache@v2 @@ -29,9 +29,9 @@ jobs: - name: Build Documents if: steps.cache-site.outputs.cache-hit != 'true' run: | - cp docfx_config/docfx_API4.json docfx.json - ./build.sh restore API4 - ./build.sh build API4 + cp docfx_config/docfx_API12.json docfx.json + ./build.sh restore API12 + ./build.sh build API12 - name: Archive Artifacts run: | tar cfz site.tar.gz _site/