This #309 is very similar to my problem posted a few minutes ago. But shell script is like this. It seemed work the last time I updated.
hugo
cd public
git add .
git commit -m "Build website"
git push -u origin master
The above error sounds like you may be missing the abstract field (abstract = "my abstract here") from the +++ frontmatter of one of your publications in content/publication/.
Thanks so much. That worked. But in the meantime I messed with what I had set up to update github and its not working.
Started building sites ...
Built site for language en:
0 draft content
0 future content
0 expired content
34 regular pages created
44 other pages created
0 non-page files copied
13 paginator pages created
2 publication_types created
10 tags created
0 categories created
total in 47 ms
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
modified: ../.DS_Store
modified: ../themes/academic (modified content, untracked content)
no changes added to commit
Branch master set up to track remote branch master from origin.
Everything up-to-date
That is to say the myusername.github.io repo doesn't update but the my_website repo does.
If you are still experiencing any issues, please take a look at the updated installation method in the README: https://github.com/gcushen/hugo-academic#quick-install-using-your-web-browser
Using the new method, it is much simpler to install and update 馃槃
Most helpful comment
The above error sounds like you may be missing the abstract field (
abstract = "my abstract here") from the+++frontmatter of one of your publications incontent/publication/.