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