From b2e953b29ce23f7f98f69131e641aebf97c40821 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Tue, 11 Jun 2024 16:38:18 +0200 Subject: [PATCH] Github Pages suck --- .github/workflows/page.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml index 4e47b24..0783953 100644 --- a/.github/workflows/page.yml +++ b/.github/workflows/page.yml @@ -25,16 +25,6 @@ concurrency: cancel-in-progress: false jobs: - cleanup: - runs-on: ubuntu-latest - permissions: write-all - steps: - - name: Delete deployment - uses: strumwolf/delete-deployment-environment@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - environment: github-pages - onlyRemoveDeployments: true deploy: environment: name: github-pages @@ -85,4 +75,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 - needs: cleanup