XaverianTeamRobotics / CenterstageFTCrobotcontroller

make robot move
https://robotics.xbhs.net/
BSD 3-Clause Clear License
8 stars 4 forks source link

Proposal: Actions workflow for docs branches #592

Closed MatthewL246 closed 10 months ago

MatthewL246 commented 10 months ago

Changes:

I think that it might be useful to have a workflow for testing changes to the docs to make sure everything looks good. This would also mean that we should start using docs/ instead of feature/ for docs branches, which I think is reasonable.

Currently, this just uploads an artifact, but we could look into options for (temporarily) hosting these test builds.

Reviewers:

@XaverianTeamRobotics/senior-programmers

MatthewL246 commented 10 months ago

Wow, actions/upload-artifact is super slow with a lot of files.

MatthewL246 commented 10 months ago

The problem with this is that you need to download the artifact and have a web server installed on your computer to make it work - just opening index.html won't work. And of course, if someone can download and set up a webserver, they can also probably download and set up Node.js anyway. So this action may not actually be useful.