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