Latest Algotrading101 blog post workflow #57
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
name: Latest Algotrading101 blog post workflow | |
on: | |
schedule: | |
# Runs every two weeks | |
- cron: "0 0 */14 * *" | |
workflow_dispatch: | |
jobs: | |
update-readme-with-blog: | |
name: Update this repo's README with latest blog posts | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: gautamkrishnar/[email protected] | |
with: | |
feed_list: "https://algotrading101.com/learn/feed" | |
readme_path: ./profile/README.md |