From ced78bc61596c505f23eeda82979f08390770887 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 26 Jun 2024 07:48:39 +0900 Subject: [PATCH] test --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 162da4d..7f39bc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Build and Deploy on: push: branches: - - source + - retry permissions: contents: write @@ -34,9 +34,10 @@ jobs: run: bundle exec middleman build - name: Deploy - if: github.ref == 'refs/heads/source' run: | + git remote -v cd build + git remote -v git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git add -A