diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 9be15fb..383e4c3 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -72,7 +72,11 @@ jobs: run: | rsync --archive --stats --verbose --delete ./build/blog/* ${{ secrets.CI_USER_NAME }}@iscsc.fr:${{ secrets.STATIC_WEBSITE_PATH}} - # Finally notify of the new article (if any) on the iScsc discord server + # Finally notify of the new article (if any) on the iScsc discord server + notify: + needs: [deploy] + runs-on: ubuntu-latest + steps: - name: 📑 Get changed files uses: jitterbit/get-changed-files@v1 id: files