From 83f82f09aebee1b88e59af0216af8c7faec9d025 Mon Sep 17 00:00:00 2001 From: Gabe <33893811+Gabefire@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:31:01 -0600 Subject: [PATCH] Delete .github/workflows/rdme-custompages.yml --- .github/workflows/rdme-custompages.yml | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/rdme-custompages.yml diff --git a/.github/workflows/rdme-custompages.yml b/.github/workflows/rdme-custompages.yml deleted file mode 100644 index c39a2d550..000000000 --- a/.github/workflows/rdme-custompages.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: ReadMe GitHub Action 🦉 - -on: - pull_request: - branches: [develop] - types: - - closed - paths: - - examples/README.md - -jobs: - custompages: - if: github.event.pull_request.merged == true - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./.github/actions/python-package-shared-setup - with: - rye-version: ${{ vars.RYE_VERSION }} - python-version: 3.12 - - name: Create readme - working-directory: examples - run: rye run create-doc-readme - - name: Run `custompages` command - uses: readmeio/rdme@v8 - with: - rdme: custompages examples/tutorials.html --key=${{ secrets.README_API_KEY }}