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:18:10 +0300
committerGitHub <noreply@github.com>2020-11-05 12:18:10 +0300
commit88acd159203bbaf8f7e17526fce77781e210dd84 (patch)
tree182c2cb74b0ff161917df79ee1c4f611b57094e7 /.github
parent66f08abf8e5c0f95ae571f748910388d606c31d2 (diff)
Update node.js.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.js.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 345af60..16cc22a 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -28,13 +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"
- dpkg -i hugo*.deb
- npm ci
- env:
- PRODUCTION: true
- HUGO_RELEASE: 0.78.0
+ uses: peaceiris/actions-hugo@v2
+ with:
+ hugo-version: 'latest'
+ extended: true
- name: Check install Hugo
run: hugo version