From 0848c95583a1adfb2fb3ad7a635884907df38c5d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 21 Oct 2022 12:41:24 +0800 Subject: [PATCH] chore: update workflows config. (#15) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 049a274..6cce322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: - run: npm install + - run: npm run build - run: mkdir -p build - run: npm i markdown-to-html-cli -g - run: markdown-to-html --output build/index.html --favicon 'data:image/svg+xml,🏞️'