Skip to content

Commit a0b9092

Browse files
authored
Update rss-generator.yml
1 parent 340915b commit a0b9092

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/rss-generator.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ jobs:
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:
@@ -31,7 +25,7 @@ jobs:
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]"

0 commit comments

Comments
 (0)