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 - <