Update build-daily-book.yml

This commit is contained in:
何夕2077
2025-06-24 10:35:09 +08:00
committed by GitHub
parent 5e03b464c8
commit 156bbc2612

View File

@@ -173,7 +173,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add daily/ src/SUMMARY.md today/
git add src/SUMMARY.md today/
if [ -f "rss.xml" ]; then
git add rss.xml
else