File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1515 - name : Checkout repo
1616 uses : actions/checkout@v4
1717
18- # Step 2: Wait for a short time to ensure the PDF has been fully committed
19- - name : Wait for file to be committed
20- run : |
21- echo "Waiting for the PDF to be fully committed..."
22- sleep 10 # Wait for 10 seconds to ensure the push has been reflected in the repo
23-
24- # Step 3: Generate the RSS feed with the updated PDF
18+ # Step 2: Generate the RSS feed with the updated PDF
2519 - name : Set up Python 3
2620 uses : actions/setup-python@v5
2721 with :
3125 run : |
3226 python generate_rss.py
3327
34- # Step 4 : Commit and push the updated RSS feed
28+ # Step 3 : Commit and push the updated RSS feed
3529 - name : Commit and push updated rss.xml
3630 run : |
3731 git config user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments