sudojunior / journey

A media database like IMDb, but run through GitHub and deployed on Jekyll.
https://gitjourney.vercel.app/
GNU General Public License v3.0
2 stars 0 forks source link

ci: Add continuous integration #7

Closed sudojunior closed 4 years ago

sudojunior commented 4 years ago

GitHub Actions now handles page builds in pull requests to make sure contributions don't cause the deployment to fail.

RepoRanger has had its configuration detached from the reporangers/superpowers template and customized to fit this environment.

Further changes include updating the excluded list of file and folder items that no longer exist in the repository, and a badge has been added to the README which shows the status for the most recent build attempt on master.

Closes #6 with the implementation of new labels. In the future, an integration like allcontributors may be handy for those that contribute regularly, as of now the contributions tab under insights will be enough (or use of git shortlog -s -n for a summary).