From d3ae27b3173737feb9de3dc32e539d981432f565 Mon Sep 17 00:00:00 2001 From: Yaz Khoury Date: Mon, 18 Sep 2023 11:24:16 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 041fcd1f7ec..1decc840c62 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build - keep_files: ${{ github.event_name == 'push' }} + # keep_files: ${{ github.event_name == 'push' }} # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: # https://github.com/actions/checkout/issues/13#issuecomment-724415212