From 9bd5d98ed9d2331d5afedcbc1549fbe802a8ae1e Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 13 Oct 2021 11:52:19 +1100 Subject: [PATCH] Do not delete subfolders Which makes them unavailable until they are published. --- .github/workflows/deploy-gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 9fe74f43e2..9393d9fe2a 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -46,6 +46,7 @@ jobs: - name: "[web-chat] Deploy on gh pages to /" uses: peaceiris/actions-gh-pages@v3 with: + keep_files: true # Do not delete sub-folders github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./examples/web-chat/build