The problem we are trying to solve is we want to be able to curate all of the below assets in a central place that is easy for people to browse and discover. We want to host this on GitHub Pages (we can figure out how to deploy it if you are not familiar with GitHub Pages)
- [Microsoft Official Blog Post](https://techcommunity.microsoft.com/t5/azure-ai/using-github-actions-amp-azure-machine-learning-for-mlops/ba-p/1419027)
- [Action: Submit Argo Workflows on GKE](https://github.com/marketplace/actions/submit-argo-workflows-to-gke) - leverages the gcloud cli to authenticate to your GKE cluster and submit argo workflows.
- [Action: Submit Argo Workflows on K8s (Cloud agnostic)](https://github.com/marketplace/actions/submit-argo-workflows-from-github) - requires that you supply a kubeconfig file to authenticate to your k8 cluster.
- [Action: Fetch runs from Weights & Biases](https://github.com/marketplace/actions/get-runs-from-weights-biases) - W&B is an experiment tracking and logging system for machine learning, and is free for open source projects.
- [Action: To compile, deploy and run Kubeflow pipeline](https://github.com/marketplace/actions/kubeflow-compile-deploy-and-run). This action allows you to instantiate [Kubeflow pipelines](https://www.kubeflow.org/docs/pipelines/overview/pipelines-overview/) from GitHub directly.
- [Action: Dockerize GitHub repositories automatically as a Jupyter Server](https://github.com/machine-learning-apps/repo2docker-action)
- [aml-run](https://github.com/marketplace/actions/azure-machine-learning-run-action) - Run a training job, experiment or pipeline on Azure.
- [aml-registermodel](https://github.com/marketplace/actions/azure-machine-learning-register-model-action) - Register a model on Azure Machine Learning.
- [aml-deploy](https://github.com/marketplace/actions/azure-machine-learning-deploy-action) - Deploy a model to AKS or ACI.
TBD we have not made this yet, but we want to create documentation as well, and want the documentation theme to be coherent with the rest of the website.
When I say documentation. Documentation site should look like [this page](https://primer.style/css/tools/prototyping)
6. Team Page
We want to list all the members of our team like [this page](https://primer.style/about/#team/)
You can use our GitHub profiles to get this started, the team is:
- Preferred static site generator is either [Jekyll](https://jekyllrb.com/), [Gatsby](https://www.gatsbyjs.org/), or [Eleventy](https://github.com/11ty/eleventy)
- We want to make it such that we can update the content any of the pages that have a list of resources with CSV or JSON files ourselves. This will make it easy for us to maintain. You can make this happen for example with [Jekyll Datafiles](https://jekyllrb.com/docs/datafiles/). For anything that is a list, we want an image thumbnail that we can add a reference to in the csv or json and that will get rendered for us automatically to make things look nice.