From c624544a0212bb02b05df6bbf9182df04617e503 Mon Sep 17 00:00:00 2001
From: Ken Lui <116421546+kenlhlui@users.noreply.github.com>
Date: Fri, 31 Oct 2025 15:41:18 -0400
Subject: [PATCH 1/3] refactor: renamed the ci workflow
---
.github/workflows/{auto-gen-date.yml => ci_pr.yml} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename .github/workflows/{auto-gen-date.yml => ci_pr.yml} (97%)
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:
From 9c7e96c5048c7d4127cc7b18195287a4f77768c8 Mon Sep 17 00:00:00 2001
From: Ken Lui <116421546+kenlhlui@users.noreply.github.com>
Date: Fri, 31 Oct 2025 15:49:07 -0400
Subject: [PATCH 2/3] docs: updated the README for the new badge
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d48f8cf..48802e8 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
[](https://github.com/MDLutoronto/tutorials-search/actions/workflows/deploy.yml)
-[](https://github.com/MDLutoronto/tutorials-search/actions/workflows/yamllint.yml)
+[](https://github.com/MDLutoronto/tutorials-search/actions/workflows/ci_pr.yml)
# 🔍 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/).
From 93fe325ef5f5c026d960c27d430ce0587f3ec182 Mon Sep 17 00:00:00 2001
From: Ken Lui <116421546+kenlhlui@users.noreply.github.com>
Date: Fri, 31 Oct 2025 15:57:22 -0400
Subject: [PATCH 3/3] feat: added the 'Last updated' (date) to the bottom of
the header
---
_layouts/minimal_search.html | 1 +
1 file changed, 1 insertion(+)
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 @@
Browse and discover tutorials and workshops from the Map & Data Library, University of Toronto.
+Last updated: {{ site.ci_last_modified_date | default: "N/A" }}