diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5d02dd..59f5414 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,6 +15,11 @@ jobs: with: python-version: '3.12' + - name: Configure Git Identity + run: | + git config user.email "actions@github.com" + git config user.name "GitHub Actions" + - name: Generate index.json run: ./script/deploy