Skip to content

Commit 1a62056

Browse files
author
Dhruva Shaw
committed
update test
1 parent cbbb97f commit 1a62056

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v4
7070
with:
7171
fetch-depth: 0 # Shallow clones should be disabled for a better experience
72-
submodules: recursive # Fetches submodules too (if any)
72+
submodules: true # Fetches submodules too (if any)
7373
- name: Setup Ruby 💎
7474
uses: ruby/setup-ruby@v1
7575
with:

_courses

_pages/courses.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ description: List of paid courses offered by Creative Net.
77
nav_order: 7
88
---
99

10+
<h2>Jekyll Static Files Check</h2>
11+
<pre>{{ site.static_files | jsonify }}</pre>
1012

11-
{% include course_listing_loop.liquid archive_status="current" %}
12-
13+
<h2>Filtered Collection Check</h2>
14+
{% assign course_files = site.static_files | where: 'collection', 'courses' %}
15+
<pre>{{ course_files | jsonify }}</pre>
1316

1417
{% tabs Courses %}
1518

0 commit comments

Comments
 (0)