RoboStack / robostack.github.io

166 stars 16 forks source link

added ci that downloads materials theme #5

Closed raghavauppuluri13 closed 3 years ago

raghavauppuluri13 commented 3 years ago

The theme may not have been downloading during the deployment, maybe this ci workflow can help?

Tobias-Fischer commented 3 years ago

Thanks @raghavauppuluri13! Let's give it a go and see

Tobias-Fischer commented 3 years ago

How is that going to work with the tables? I guess we need to modify that action to rebuild using mkdocs as well?

raghavauppuluri13 commented 3 years ago

I just added another commit that has the deploy workflow added as another job in the update tables workflow. Would that work?

Tobias-Fischer commented 3 years ago

Let's try this - it should trigger the other job if tables are updated: https://github.com/RoboStack/robostack.github.io/commit/e5ed7b4d20b59cf1c0afcdbdb56e62718c14c229

Tobias-Fischer commented 3 years ago

Actually there is no need for https://github.com/RoboStack/robostack.github.io/commit/e5ed7b4d20b59cf1c0afcdbdb56e62718c14c229 - the update tables push to the main branch and that leads to a rebuild anyhow :)