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