diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index e75253a..8ee6ceb 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -46,6 +46,6 @@ jobs: JEKYLL_ENV: production - name: Notify subscribers - run: rake notify_new_post + run: bundle exec rake notify_new_post env: API_KEY: ${{ secrets.API_KEY }}