rubensworks / ScholarMarkdown

A framework for writing markdown-based scholarly articles.
MIT License
41 stars 9 forks source link

Are there default GitHub CI actions we can use to publish the result automatically? #28

Closed RubenVerborgh closed 2 years ago

rubensworks commented 2 years ago

Yes, the following workflow can be reused: https://github.com/rubensworks/ScholarMarkdown/wiki/Self-publishing#github-actions

No editing is necessary, just a full copy-paste will work.

RubenVerborgh commented 2 years ago

Thanks, I had missed the readme link!

RubenVerborgh commented 2 years ago

I had to change

          ruby-version: '3.0'

(note the quotes—otherwise it parses to 3 and hence 3.x).

and bundle lock --add-platform x86_64-linux from my Mac.