From da22de9c12598efa7710da115fffe016fd5989ef Mon Sep 17 00:00:00 2001 From: Mohit Mishra Date: Sat, 2 Nov 2024 09:14:58 +0530 Subject: [PATCH] removed action --- .github/workflows/update-pages.yml | 80 ------------------------------ 1 file changed, 80 deletions(-) delete mode 100644 .github/workflows/update-pages.yml diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml deleted file mode 100644 index 738c8a9..0000000 --- a/.github/workflows/update-pages.yml +++ /dev/null @@ -1,80 +0,0 @@ -# .github/workflows/update-pages.yml -name: Update Pages List - -on: - push: - branches: [ main ] - paths: - - '**.md' - workflow_dispatch: - -permissions: - contents: write - pages: write - -jobs: - update-pages: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - ref: main - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.x' - - - name: Update index.html - run: | - python3 - <