Skip to content

Commit 8bf1689

Browse files
committed
🔧 move rss to workfloows
1 parent a936229 commit 8bf1689

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.github/workflows/rss.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
python-version: '3.9'
2626
cache: 'pip'
2727

28-
- run: pip install -r requirements.txt
29-
30-
- run: python rss_generator.py
28+
- run: |
29+
cd .github/workflows/rss
30+
pip install -r requirements.txt
31+
python rss_generator.py
3132
3233
- name: push
3334
uses: github-actions-x/[email protected]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)