From 1a36c899dfc13436c335fb4cd299be9856934746 Mon Sep 17 00:00:00 2001 From: Kashiwa Date: Thu, 25 Jan 2024 20:06:12 +0800 Subject: [PATCH] Update gitpage.yml --- .github/workflows/gitpage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitpage.yml b/.github/workflows/gitpage.yml index 16bba5f..f873d87 100644 --- a/.github/workflows/gitpage.yml +++ b/.github/workflows/gitpage.yml @@ -19,7 +19,8 @@ jobs: run: | npm ci tsc - node dist/cli.js -s ./example + node dist/cli.js -i ./example + node dist/cli.js -i ./example -k -o ./output/index.dark.html - name: commit and push run: | cd output