diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1decc840c62..041fcd1f7ec 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