diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b2c6ea0..f567b35 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,4 +31,5 @@ jobs: with: github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./build + allow_empty_commit: true