MITLibraries / guides

Developer Documentation for MIT Libraries
https://mitlibraries.github.io/guides
4 stars 0 forks source link

Migrate github pages build process to Actions #19

Closed JPrevost closed 4 years ago

JPrevost commented 4 years ago

This removes our travis process to deploy to GitHub Pages in favor of a GitHub Action.

We had attempted this previously, but ran into bugs with GitHub Actions and GitHub Pages not properly communicating, but that has been resolved upstream.

I tested this by running this new Action on all pushes, but have removed that commit now that I've seen it work in favor of only running on a merge into master.