Remove the unused and unuseful Heroku deploy action from ci.yml (#1729)

This commit is contained in:
Natalie Weizenbaum 2022-06-22 15:52:30 -07:00 committed by GitHub
parent fd4a30f36f
commit 26e117c896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: