Skip to content

Commit d877d9d

Browse files
committed
chore: fix gitpage.yml
1 parent 865764a commit d877d9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gitpage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
npm run build
2222
2323
- name: generate example page by hmd2html cli
24+
run: |
2425
node dist/cli.js -i ./example/index.md
2526
node dist/cli.js -i ./example/index.md -k -o ./output/index.dark.html
2627
@@ -47,4 +48,4 @@ jobs:
4748
run: |
4849
git add .
4950
git commit -m "Generated by CI"
50-
git push --force secure-origin gh-pages
51+
git push secure-origin gh-pages

0 commit comments

Comments
 (0)