From f6cb37fe567945c51fd785b684e5f04cfaf3c2ff Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 2 Feb 2023 18:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/hugo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 54b693c..1589d53 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -28,7 +28,8 @@ jobs: with: node-version: '16' - - run: npm ci + - name: Install Modules + run: npm install && cd themes/docsy && npm install - name: Build run: hugo --minify