-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c63fb8a
commit 295673d
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ jobs: | |
pandoc docs/aoa.md -o docs/index.html | ||
- name: Commit and push changes | ||
run: | | ||
git config --local user.name "許景企鵝" | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "kevinlee-06" | ||
git config --local user.email "[email protected]" | ||
git add docs/index.html | ||
git commit -m "景夾已從 /docs/aoa.md 構建新的 /docs/index.html" || echo "景夾表示沒有改變" | ||
git commit -m "已從 /docs/aoa.md 構建新的 /docs/index.html" || echo "沒有改變" | ||
git push | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |