Skip to content

Commit 295673d

Browse files
authored
Update markdown-to-html.yml
1 parent c63fb8a commit 295673d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/markdown-to-html.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
pandoc docs/aoa.md -o docs/index.html
1919
- name: Commit and push changes
2020
run: |
21-
git config --local user.name "許景企鵝"
22-
git config --local user.email "[email protected]"
21+
git config --local user.name "kevinlee-06"
22+
git config --local user.email "[email protected]"
2323
git add docs/index.html
24-
git commit -m "景夾已從 /docs/aoa.md 構建新的 /docs/index.html" || echo "景夾表示沒有改變"
24+
git commit -m "已從 /docs/aoa.md 構建新的 /docs/index.html" || echo "沒有改變"
2525
git push
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)