Skip to content

Commit

Permalink
Update gitpage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksw2000 committed Jan 25, 2024
1 parent 762c684 commit 1a36c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gitpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a36c89

Please sign in to comment.