Update node.js.yml
This commit is contained in:
parent
508dfe68fa
commit
66f08abf8e
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
run:
|
run:
|
||||||
wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
|
wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
|
||||||
sudo dpkg -i hugo*.deb
|
dpkg -i hugo*.deb
|
||||||
npm ci
|
npm ci
|
||||||
env:
|
env:
|
||||||
PRODUCTION: true
|
PRODUCTION: true
|
||||||
|
|
Loading…
Reference in New Issue