Skip to content

Commit

Permalink
Deploy the Sass website using GitHub pages rather than Heroku (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 13, 2022
1 parent ae6275e commit 270f5c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -463,10 +463,20 @@ jobs:

steps:
- uses: actions/checkout@v2
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:
author_name: Sass Bot
author_email: sass.bot.beep.boop@gmail.com
message: Cut a release for a new Dart Sass version
commit: --allow-empty

release_embedded_compiler:
name: "Release Embedded Compiler"
runs-on: ubuntu-latest
Expand Down
15 changes: 0 additions & 15 deletions tool/github-action/deploy/heroku.sh

This file was deleted.

0 comments on commit 270f5c4

Please sign in to comment.