Skip to content

Commit

Permalink
Update build-site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld authored Jun 30, 2024
1 parent 77a01a0 commit 97c5661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Render and publish to gh pages
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
target: gh-pages

0 comments on commit 97c5661

Please sign in to comment.