Skip to content

Commit

Permalink
fix: Remove useless workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Dec 2, 2023
1 parent b291532 commit 2c80237
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,3 @@ jobs:
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

update-website:
needs: [ build ]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'aniyomiorg/aniyomi'
steps:
- name: Trigger Netlify build hook
run: curl -s -X POST -d {} "https://api.netlify.com/build_hooks/${TOKEN}"
env:
TOKEN: ${{ secrets.NETLIFY_HOOK_RELEASE }}

0 comments on commit 2c80237

Please sign in to comment.