From 98c9c5d5dca4fb84cfbbba5479088c6bbbf7b633 Mon Sep 17 00:00:00 2001 From: Sunghyun Min Date: Wed, 19 Jun 2024 15:58:47 +0900 Subject: [PATCH] Update deploy-documents-latest action --- .github/workflows/deploy-documents-latest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-documents-latest.yml b/.github/workflows/deploy-documents-latest.yml index 6e1698ff9bb..93e7daf7b7b 100644 --- a/.github/workflows/deploy-documents-latest.yml +++ b/.github/workflows/deploy-documents-latest.yml @@ -64,6 +64,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_site + keep_files: true publish_branch: ${{ env.DEPLOY_BRANCH }} user_name: 'TizenAPI-Bot' user_email: 'tizenapi@samsung.com'