diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 417813c..c14f637 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Build and Deploy on: push: branches: - - source + - retry jobs: build: @@ -31,7 +31,6 @@ jobs: run: bundle exec middleman build - name: Deploy - if: github.ref == 'refs/heads/source' run: | cd build git config user.name "github-actions[bot]"