Skip to content

Commit

Permalink
Update markdown-to-html.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 authored Dec 16, 2024
1 parent b0e4989 commit b0a6c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-to-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: |
git config --local user.name "許景企鵝"
git config --local user.email "[email protected]"
git add index.html
git commit -m "景夾已從 README.md 構建新的 index.html" || echo "景夾表示沒有改變"
git add public/index.html
git commit -m "景夾已從 docs/aoa.md 構建新的 public/index.html" || echo "景夾表示沒有改變"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b0a6c4a

Please sign in to comment.