From fd80534e2ccef24ad615e62c135989fd5e9e45ee Mon Sep 17 00:00:00 2001 From: shawnchainw Date: Mon, 15 Apr 2024 15:34:26 +0800 Subject: [PATCH] add images --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 381b2a9..3c1ca67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,11 +20,9 @@ jobs: - name: Run rules run: python main/build.py > page/test/data.json - - name: Change working directory - run: cd page - - name: Push run: | + cd page git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git add test/data.json