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