From 97c5661f1165735e57a465fa08d492b4c1691e93 Mon Sep 17 00:00:00 2001 From: Josef Fruehwald Date: Sun, 30 Jun 2024 16:33:56 -0400 Subject: [PATCH] Update build-site.yml --- .github/workflows/build-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index b1ea735..4f0c582 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -30,7 +30,7 @@ jobs: run: | if git diff --exit-code; then echo "No Changes" - else: + else git config user.name 'bot' git config user.email '...' git add research/papers/* @@ -40,4 +40,4 @@ jobs: - name: Render and publish to gh pages uses: quarto-dev/quarto-actions/publish@v2 with: - target: gh-pages \ No newline at end of file + target: gh-pages