We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63fb8a commit 295673dCopy full SHA for 295673d
.github/workflows/markdown-to-html.yml
@@ -18,10 +18,10 @@ jobs:
18
pandoc docs/aoa.md -o docs/index.html
19
- name: Commit and push changes
20
run: |
21
- git config --local user.name "許景企鵝"
22
- git config --local user.email "[email protected]"
+ git config --local user.name "kevinlee-06"
+ git config --local user.email "[email protected]"
23
git add docs/index.html
24
- git commit -m "景夾已從 /docs/aoa.md 構建新的 /docs/index.html" || echo "景夾表示沒有改變"
+ git commit -m "已從 /docs/aoa.md 構建新的 /docs/index.html" || echo "沒有改變"
25
git push
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments