Skip to content

Commit 8883cff

Browse files
committed
add deploy to merge bibs
1 parent 94f3a26 commit 8883cff

File tree

5 files changed

+295
-252
lines changed

5 files changed

+295
-252
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
# run: |
3939
# python scripts/update_pubs.py
4040

41+
- name: Merge into publications.bib
42+
run: |
43+
python scripts/merge_bibs.py
44+
4145
- name: Commit & push if changed
4246
run: |
4347
if git diff --quiet; then

_archived/publications.bib

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
3+
4+

0 commit comments

Comments
 (0)