1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 17:00:30 -04:00

16 Commits

Author SHA1 Message Date
d59ea6426d
require node 10.x and update deps
fixes CVE-2020-8116 (only in devDependencies, don't worry)
2020-07-31 23:27:27 -04:00
546f54c43e
Update publish.yml 2020-07-25 11:13:29 -04:00
38a9f20d3b
check for Hugo releases less frequently (every 3 hours) 2020-06-23 10:39:57 -04:00
7a1dcde6d9
add action to check for new Hugo releases
TODO: instead of failing CI, send a notification via email/slack/twilio/etc.
2020-06-22 23:09:11 -04:00
bc60dacf2e
fix publishing to GPR (hopefully?) 2020-05-25 14:26:29 -04:00
a707a4bf30
Hugo v0.71.0 2020-05-19 12:22:11 -04:00
b0163ab633
also publish to GitHub Package Registry 2020-05-13 13:14:55 -04:00
42d0565f27
return to supporting node >= 8
downgraded xo and mocha. bin-wrapper still supports >= 6, which is really all that matters.
2020-04-25 14:23:59 -04:00
b938cc6773
add node 14.x to tests 2020-04-22 08:17:11 -04:00
af7274d35b
Only run tests on commits to master branch (and PRs still) 2020-04-05 13:12:12 -04:00
1e1aa52fa7
Add building gohugoio/hugoDocs to test workflow (#7)
via `node cli.js`
2020-03-04 12:16:32 -05:00
50fed96099
require node >= 10 2020-02-18 17:45:21 -05:00
a0a61c0d60
print Hugo version & environment variables in tests 2020-01-31 09:08:38 -05:00
8bcbc1a248
run tests on all OSes 2020-01-31 08:44:20 -05:00
4a2a55ef91
publish to NPM via action 2020-01-31 08:34:14 -05:00
c87fb47758
lint and test via GitHub Action 2020-01-30 19:08:03 -05:00