From a654a54b744225d4033a0d50cdf74b196bceb4bb Mon Sep 17 00:00:00 2001 From: LuftVerbot <97435834+LuftVerbot@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:01:52 +0100 Subject: [PATCH] Update build_push.yml --- .github/workflows/build_push.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index e39a25da0..737f46012 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -121,13 +121,13 @@ jobs: 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 }} + 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 }}