agrc / firebase-website-deploy-composite-action

A GitHub composite action standardizing the UGRC deployment process for firebase websites
MIT License
0 stars 0 forks source link

Add support for projects with python functions #67

Open stdavis opened 1 month ago

stdavis commented 1 month ago

https://github.com/agrc/project-moonwalk/blob/fix/folder-structure/.github/actions/deploy-firebase/action.yml#L30-L35

This might be a nice thing to include in this action. We might need to add an input for the python version and conditionally run the setup if that input is present.

Maybe it's not worth it. Moonwalk may be the only project that we have with a python function. I just wanted to get this here as an idea.