From e863db54a0dd183f5fb78d61645441dc18e7605b Mon Sep 17 00:00:00 2001 From: shmin Date: Fri, 21 Jun 2024 16:33:10 +0900 Subject: [PATCH] Update deploy-documents.yml --- .github/workflows/deploy-documents.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index 1984c0796da..cb684846a68 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -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 @@ -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