Skip to content

Commit 865764a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: commit and push
4646
if: steps.check_changes.outputs.exit-code != 0
47-
run:
47+
run: |
4848
git add .
4949
git commit -m "Generated by CI"
5050
git push --force secure-origin gh-pages

0 commit comments

Comments
 (0)