Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@henkverlinde.com>2020-11-05 12:11:35 +0300
committerGitHub <noreply@github.com>2020-11-05 12:11:35 +0300
commit508dfe68fa0f38ad53161b7dacef45e60563760f (patch)
tree231b48a94d25b3da30e60f1a898adb3f0b4bec77 /.github
parent72f8bdc9cf593a3d72310b065478ad6f7fb630c6 (diff)
Update node.js.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.js.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index de8466c..c736792 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -28,9 +28,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Hugo
- run: wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
- run: sudo dpkg -i hugo*.deb
- run: npm ci
+ run:
+ wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
+ sudo dpkg -i hugo*.deb
+ npm ci
env:
PRODUCTION: true
HUGO_RELEASE: 0.78.0