Skip to content

Commit

Permalink
Feat: Add cool HTTP response code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 authored Dec 18, 2024
1 parent eabccfc commit f46fc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-to-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --local user.name "kevinlee-06"
git config --local user.email "cgshyuankai@proton.me"
git add docs/index.html
git commit -m "已從 /docs/aoa.md 構建新的 /docs/index.html" || echo "沒有改變"
git commit -m "Build: 201 Created" || echo "Build: 304 Not Modified"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f46fc65

Please sign in to comment.