cocodev-harvard / cocodev.org

https://cocodev.org/
MIT License
1 stars 10 forks source link

Automate publication creation with GitHub Actions #2

Open jmuchovej opened 4 years ago

jmuchovej commented 4 years ago

Provided sourcethemes/academic-admin#68 is accepted, use the mainstream release of academic. Otherwise, source from ionlights/academic-admin.

JMante1 commented 3 years ago

Hi, This doesn't quite do everything you want but this action will run on edits to any .bib file in the root directory and then take publications.bib and run academic import (with overwrite). The changes are then added to a branch called Pub-## and a pull request is created to merge with master branch. You can probably edit the action to make it do what you want.

https://github.com/MyersResearchGroup/myersresearchgroup.github.io/blob/master/.github/workflows/publications.yml