-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
- 'blogs-original.csv' | ||
- 'linter.py' | ||
- 'opml_generator.py' | ||
- 'script.js' | ||
- 'readme_render.py' | ||
- '.github/workflows/updateInfo.yml' | ||
schedule: | ||
- cron: '0 0 * * MON' | ||
|
@@ -21,10 +21,6 @@ jobs: | |
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 16.x | ||
- name: Set up Python 3.12 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -34,8 +30,7 @@ jobs: | |
python linter.py | ||
- name: update readme | ||
run: | | ||
npm install | ||
node script.js | ||
python readme_render.py > README.md | ||
- name: Generate feed.opml | ||
run: | | ||
python opml_generator.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters