1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -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 -1
View File
@@ -14,7 +14,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test
- run: npm audit && npm test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+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