Skip to content

Commit 4a8410a

Browse files
committed
Docs: Set JEKYLL_ENV=production
Enable use of development mode in Amethyst theme and Typesearch lib. Ref qunitjs/jekyll-theme-amethyst@2750b88222 Ref qunitjs/jekyll-theme-amethyst@1436028533
1 parent db5c22b commit 4a8410a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- name: Jekyll build
3333
# If your site is in a subdirectory
3434
working-directory: ./docs/
35+
env:
36+
JEKYLL_ENV: production
3537
run: bundle exec jekyll build
3638

3739
- name: Push to branch

docs/_posts/2024-07-20-qunit-2-21-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "QUnit 2.21.1 Bug fixes"
3+
title: "QUnit 2.21.1: Bug fixes"
44
author: krinkle
55
tags:
66
- release

docs/_posts/2024-12-06-qunit-2-23-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "QUnit 2.23.1 Bug fixes"
3+
title: "QUnit 2.23.1: Bug fixes"
44
author: krinkle
55
tags:
66
- release

0 commit comments

Comments
 (0)