Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Checks
name: CI Pipeline for Pull Requests

on:
pull_request:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
<img src="docs/screenshot.png" alt="Screenshot of the Map & Data Library tutorials search portal" style="max-width: 600px;">
<a href="https://mdlutoronto.github.io/tutorials-search/" target="_blank">
<img src="docs/screenshot.png" alt="Screenshot of the Map & Data Library tutorials search portal" style="max-width: 600px;">
</a>

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/).

Expand Down
1 change: 1 addition & 0 deletions _layouts/minimal_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@
</a>
<h1><a href="{{ '/' | relative_url }}">📚 Learn@MDL</a></h1>
<p>Browse and discover tutorials and workshops from the Map & Data Library, University of Toronto.</p>
<p style="color: rgba(255,255,255,0.8); font-size: 0.9rem; margin-top: 10px;">Last updated: {{ site.ci_last_modified_date | default: "N/A" }}</p>
</header>

<div class="sticky-search-wrapper">
Expand Down