diff --git a/.github/workflows/auto-gen-date.yml b/.github/workflows/ci_pr.yml similarity index 97% rename from .github/workflows/auto-gen-date.yml rename to .github/workflows/ci_pr.yml index d0561f6..9273a86 100644 --- a/.github/workflows/auto-gen-date.yml +++ b/.github/workflows/ci_pr.yml @@ -1,4 +1,4 @@ -name: PR Checks +name: CI Pipeline for Pull Requests on: pull_request: diff --git a/README.md b/README.md index d48f8cf..48802e8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ [![Site Deployment](https://img.shields.io/github/actions/workflow/status/MDLutoronto/tutorials-search/deploy.yml?branch=main&label=Site%20Deployment&logo=github)](https://github.com/MDLutoronto/tutorials-search/actions/workflows/deploy.yml) -[![YAML Lint](https://img.shields.io/github/actions/workflow/status/MDLutoronto/tutorials-search/yamllint.yml?branch=main&label=YAML%20Lint&logo=github)](https://github.com/MDLutoronto/tutorials-search/actions/workflows/yamllint.yml) +[![CI](https://github.com/MDLutoronto/tutorials-search/actions/workflows/ci_pr.yml/badge.svg)](https://github.com/MDLutoronto/tutorials-search/actions/workflows/ci_pr.yml) # 🔍 Map & Data Library tutorials search portal -Screenshot of the Map & Data Library tutorials search portal + + Screenshot of the Map & Data Library tutorials search portal + This repository is the codebase for a javascript based website that serves as a search interface for the [Map & Data Library Tutorials](https://mdlutoronto.github.io/tutorials-search/). diff --git a/_layouts/minimal_search.html b/_layouts/minimal_search.html index 476170b..1761307 100644 --- a/_layouts/minimal_search.html +++ b/_layouts/minimal_search.html @@ -768,6 +768,7 @@

📚 Learn@MDL

Browse and discover tutorials and workshops from the Map & Data Library, University of Toronto.

+

Last updated: {{ site.ci_last_modified_date | default: "N/A" }}