From 26e117c8966cfe0b7b07eefcace588883ff495f1 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 22 Jun 2022 15:52:30 -0700 Subject: [PATCH] Remove the unused and unuseful Heroku deploy action from ci.yml (#1729) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2022375..834dfbab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -466,9 +466,6 @@ jobs: with: repository: sass/sass-site token: ${{ secrets.GH_TOKEN }} - - name: Deploy - run: tool/github-action/deploy/heroku.sh - env: {HEROKU_TOKEN: "${{ secrets.HEROKU_TOKEN }}"} - uses: EndBug/add-and-commit@v8 with: