Skip to content

Commit 1c14e56

Browse files
committed
1 parent cd30141 commit 1c14e56

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/catalog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
mv fairapps-ios_new.json fairapps-ios.json || echo "No fairapps-ios_new.json"
168168
169169
- name: Generate appcasks catalog
170+
if: false # disabled to speed up jekyll testing
170171
run: |
171172
cp appcasks.json appcasks_old.json && touch appcasks_old.json || echo "no existing appcasks.json"
172173

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ gemspec
55

66
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
77
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
8+
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
9+

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#theme: jekyll-theme-hacker
22
name: appfair.net
3+
gems: [jekyll-mermaid]
34

0 commit comments

Comments
 (0)