artsy / artsy.github.io

The Artsy Engineering Open-Source Developers Blog
https://artsy.github.io
MIT License
1.08k stars 227 forks source link

feat: skip CI for main deploys; remove remnants of Travis #719

Closed pepopowitz closed 2 years ago

pepopowitz commented 2 years ago

This PR does a few things:

  1. When deploying, we publish to GitHub Pages by committing to the main branch. Now we're adding [skip ci] to the message, so that circle doesn't try to build it.
  2. Removes any existing references to/artifacts of Travis, which we're no longer using.
  3. Updates the "Deploying" section of the README to reflect the new CI configuration.