lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
136 stars 16 forks source link

A GitHub Action workflow to update submodules #75

Open lemonsaurus opened 3 years ago

lemonsaurus commented 3 years ago

As I recently learned, submodules are not kept up to date automatically. We have to update them by running git submodule update --recursive --remote and then committing the result - but that doesn't mean we can't automate this. Let's create a workflow to do the submodule update, and include it in the release workflow. That way, we will automatically update Bulma every time we do a release.