Skip to content

Commit 6fa05f0

Browse files
committed
update
1 parent 396f224 commit 6fa05f0

File tree

4 files changed

+2041
-5
lines changed

4 files changed

+2041
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GitHub Pages
1+
name: Update Publications
22

33
on:
44
push:
@@ -44,12 +44,12 @@ jobs:
4444
4545
- name: Commit & push if changed
4646
run: |
47+
git config user.name "github-actions[bot]"
48+
git config user.email "github-actions[bot]@users.noreply.github.com"
49+
git add -A
4750
if git diff --quiet; then
4851
echo "No changes to commit."
4952
exit 0
5053
fi
51-
git config user.name "github-actions[bot]"
52-
git config user.email "github-actions[bot]@users.noreply.github.com"
53-
git add -A
5454
git commit -m "chore: update publications from Google Scholar"
5555
git push

0 commit comments

Comments
 (0)