Update deploy documents workflow (#6301)
authorshmin <shyun.min@samsung.com>
Wed, 4 Sep 2024 01:35:23 +0000 (10:35 +0900)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 01:35:23 +0000 (10:35 +0900)
.github/workflows/deploy-documents-for-tizen-docs.yml
.github/workflows/deploy-documents.yml

index ff84dce4f773f02531ba4cd390eb5327499406fd..2c0c209b9a8e6bd3038ccdcbea476ac49dc40638 100644 (file)
@@ -15,7 +15,7 @@ jobs:
   build:
     runs-on: ubuntu-20.04
     container:
-      image: tizendotnet/tizenfx-build-worker:2.4
+      image: tizendotnet/tizenfx-build-worker:2.5
       options: --ulimit nofile=10240:10240
 
     steps:
@@ -37,7 +37,6 @@ jobs:
     - name: Build Documents
       if: steps.cache-site.outputs.cache-hit != 'true'
       run: |
-        cp docfx_config/docfx.json docfx.json
         ./build.sh restore
         ./build.sh build
 
index ad7604338eb3408160ae02cf961d61727400119d..28bc31b06a5848007519057f662f317a7fb83fa5 100644 (file)
@@ -10,7 +10,7 @@ jobs:
   build:
     runs-on: ubuntu-20.04
     container:
-      image: tizendotnet/tizenfx-build-worker:2.4
+      image: tizendotnet/tizenfx-build-worker:2.5
       options: --ulimit nofile=10240:10240
 
     steps:
@@ -31,7 +31,6 @@ jobs:
     - name: Build Documents
       if: steps.cache-site.outputs.cache-hit != 'true'
       run: |
-        cp docfx_config/docfx.json docfx.json
         ./build.sh restore
         ./build.sh build
         ./build.sh index