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 Jun 21, 2024
1 parent 33d4b86 commit e863db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:

build:
runs-on: ubuntu-20.04
runs-on: [self-hosted, linux, x64]
container:
image: tizendotnet/tizenfx-build-worker:2.4
options: --ulimit nofile=10240:10240
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Extract Artifacts
run: |
tar xfz site.tar.gz
cp .gitattributes ./_site/
- name: Deploy GitHub Pages Latest
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit e863db5

Please sign in to comment.