1
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:
2021-06-15 22:19:17 -04:00
parent 9f61522183
commit 7bd97c7bed
6 changed files with 514 additions and 79 deletions
+1
View File
@@ -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