Skip to content

Commit

Permalink
Update deploy-documents.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Sep 3, 2024
1 parent 433b212 commit e957851
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e957851

Please sign in to comment.