Skip to content

Commit

Permalink
remove broken CI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Nov 27, 2024
1 parent 047cf07 commit 86038a7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,3 @@ jobs:
with:
# Upload entire repository
path: '.'

# Single deploy job since we're just deploying
deploy:
# only build on `master` branch of the actual remote, NOT on PRs.
# this stops PRs from attempting to deploy GH pages and failing to do so.
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 86038a7

Please sign in to comment.