From c45e129a47e2926f84701796f6328885aecf78ba Mon Sep 17 00:00:00 2001 From: Manan Date: Fri, 17 Nov 2023 12:06:24 -0800 Subject: [PATCH] chore: remove workflow to update readme guides --- .github/workflows/update-readme-docs.yaml | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/update-readme-docs.yaml diff --git a/.github/workflows/update-readme-docs.yaml b/.github/workflows/update-readme-docs.yaml deleted file mode 100644 index de29c1d3..00000000 --- a/.github/workflows/update-readme-docs.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Update ReadMe Documentation 🦉 - -on: - push: - branches: - - main - -jobs: - update-docs: - runs-on: ubuntu-latest - - steps: - - name: Checkout Repository - uses: actions/checkout@v2 - - - name: Install Dependencies - run: npm install - - - name: Read getting-started.md Content - run: | - cat docs/getting-started.md | base64 > /tmp/getting-started-content.txt - - - name: Update ReadMe Documentation - env: - README_API_KEY: ${{ secrets.README_API_KEY }} - run: | - npx ts-node scripts/getting-started.ts /tmp/getting-started-content.txt