From e3d63385cfa352254fe8c5bc5fe6a6e9d1c15ad4 Mon Sep 17 00:00:00 2001 From: Shubham Kumar Date: Sun, 17 Jul 2022 15:21:43 +0530 Subject: [PATCH] chore: refactor --- .github/workflows/integration.yml | 18 ------------------ README.md | 5 ----- 2 files changed, 23 deletions(-) delete mode 100644 .github/workflows/integration.yml diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml deleted file mode 100644 index 8259f86..0000000 --- a/.github/workflows/integration.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Readme Update Blog -on: - schedule: - - cron: '0 * * * *' # runs every hour - workflow_dispatch: # run on workflow dispatch - -jobs: - update-blog: - name: Update latest blogs - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Fetch medium.com posts - uses: ./ - with: - rss_list: "https://imskr.medium.com/feed" \ No newline at end of file diff --git a/README.md b/README.md index e3de457..93af707 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,4 @@ ![result](./public/images/results.png) -- [Deploy Your Java Spring Boot Application on AWS EC2 Using GitHub Actions and Docker](https://betterprogramming.pub/deploy-your-spring-boot-java-application-to-aws-ec2-using-github-actions-and-docker-e28c456a4b1a?source=rss-2612c96405e4------2) - -- [From Open Source Contributor to Google SoC at GitLab](https://medium.com/geekculture/gitlab-google-summer-of-code-e5e819547ee7?source=rss-2612c96405e4------2) - -- [How To Build Your First Chrome Extension in 5 Minutes](https://medium.com/dailyjs/how-to-build-your-first-chrome-extension-in-5-min-1dbe3eb94575?source=rss-2612c96405e4------2)