Skip to content

Commit

Permalink
Update deploy documents workflow (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Sep 4, 2024
1 parent 080634f commit 0c973ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-documents-for-tizen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 0c973ca

Please sign in to comment.