Skip to content

Commit

Permalink
Github Pages suck
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jun 11, 2024
1 parent 36e62bd commit b2e953b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -85,4 +75,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
needs: cleanup

0 comments on commit b2e953b

Please sign in to comment.