srobo / srawn

Student Robotics (Almost) Weekly Newsletter
https://studentrobotics.org/srawn
0 stars 0 forks source link

Rework CI configuration to avoid deploying to gh-pages branch #44

Closed RealOrangeOne closed 1 year ago

RealOrangeOne commented 2 years ago

This instead uses the action to deploy to pages directly. It also combines the CI tasks so only successfully spellchecked and linted commits are deployed

WillB97 commented 1 year ago

Do we really want to restrict deploys by spellcheck? That means you have to fix spellings before you work on formatting errors, making it now a two step process.

PeterJCLaw commented 1 year ago

Can we preview the formatting in CI somehow? Feels like we should be resolving formatting issues before publish, not after.

PeterJCLaw commented 1 year ago

Closing now that https://github.com/srobo/srawn/pull/60 has merged. If there's stuff here which that doesn't cover feel free to raise a fresh PR for those bits.