File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167
167
mv fairapps-ios_new.json fairapps-ios.json || echo "No fairapps-ios_new.json"
168
168
169
169
- name : Generate appcasks catalog
170
+ if : false # disabled to speed up jekyll testing
170
171
run : |
171
172
cp appcasks.json appcasks_old.json && touch appcasks_old.json || echo "no existing appcasks.json"
172
173
Original file line number Diff line number Diff line change 5
5
6
6
gem "jekyll" , ENV [ "JEKYLL_VERSION" ] if ENV [ "JEKYLL_VERSION" ]
7
7
gem "kramdown-parser-gfm" if ENV [ "JEKYLL_VERSION" ] == "~> 3.9"
8
+ gem "jekyll" , ENV [ "JEKYLL_VERSION" ] if ENV [ "JEKYLL_VERSION" ]
9
+
Original file line number Diff line number Diff line change 1
1
# theme: jekyll-theme-hacker
2
2
name : appfair.net
3
+ gems : [jekyll-mermaid]
3
4
You can’t perform that action at this time.
0 commit comments