You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-24 11:35:58 -04:00
use got to fetch binary (retries on error, follows redirects, etc.)
This commit is contained in:
@@ -31,6 +31,7 @@ jobs:
|
||||
- name: npm install and test
|
||||
run: |
|
||||
npm ci
|
||||
npm audit
|
||||
npm test
|
||||
- name: Checkout gohugoio/hugoBasicExample
|
||||
uses: actions/checkout@master
|
||||
|
||||
Reference in New Issue
Block a user