nating/cs-exams

CI/CD broken

alexandersep opened this issue · 2 comments

I believe that cs-exams.com is behind on the master branch.
For example the pull request I sent that got merged into master branch of cs-exam repo does not match with the website.

An example of this would be:

  1. https://cs-exams.com/docs/concurrent-systems-i
  2. https://github.com/nating/cs-exams/blob/master/website/docs/concurrent-systems-i.md
nating commented

That’s right @alexandersep. I always check that changes merged work properly in production, but your changes didn’t make it to the site on Monday night because the CI/CD to deploy the site is failing. It looked like there is some problem with Travis CI credits, but I haven’t had time to look at the issue in-depth.

As soon as my weekend arrives, I will re-deploy the site manually and fix the CI/CD.

nating commented

The continuous integration has now been fixed by moving from Travis CI to GitHub Actions, and the website has been updated.