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