From 70858e3b2a1c5cae09606097efec0e21dc4c6c99 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 6 Jan 2021 23:04:48 +0800 Subject: [PATCH] fix deploy ci --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 455e1f32b..c694a9f4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Installation run: | sudo apt update -y - sudo apt install -y nodejs npm node-gyp + sudo apt install -y nodejs npm node-gyp nodejs-dev sudo npm install markdown-to-html -g - name: Publish