From e9578511d9b8b7d5aea5187fe295bead7bebfc9f Mon Sep 17 00:00:00 2001 From: shmin Date: Tue, 3 Sep 2024 18:24:36 +0900 Subject: [PATCH] Update deploy-documents.yml --- .github/workflows/deploy-documents.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index e285c569cd5..4cab25e162e 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-20.04 container: - image: tizendotnet/tizenfx-build-worker:2.2 + image: tizendotnet/tizenfx-build-worker:2.5 options: --ulimit nofile=10240:10240 steps: @@ -18,10 +18,6 @@ jobs: - name: Checkout TizenFX sources run: | - rm -rf /usr/share/docfx - rm -rf /usr/bin/docfx - dotnet tool install -g docfx --version 2.61.0 - export PATH="$PATH:/home/jenkins/.dotnet/tools" ./build_all.sh clone - name: Cache DocFX output id: cache-site