Skip to content

Commit

Permalink
remove deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Oct 21, 2023
1 parent 0806bec commit 1d3cb16
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,3 @@ jobs:
release-files: |
${{ github.workspace }}/publish/*.jar
${{ github.workspace }}/chatty-velocity/build/publish/*.jar
deploy:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 1d3cb16

Please sign in to comment.