From 7f997282fc1df2242964758f89ef270f64327da9 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 4 Sep 2022 22:57:14 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d03d3b..661dbe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - run: npm install - run: npm run build + - run: npm run doc - name: Generate Contributors Images uses: jaywcjlove/github-action-contributors@main