Skip to content

Commit 508bee2

Browse files
committed
fix: ci deploy, replace plugin github_sample with jekyll-fetch
1 parent 604d9a9 commit 508bee2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ group :jekyll_plugins do
1010
end
1111

1212
gem 'webrick'
13-
gem 'jekyll_github_sample', git: "https://github.com/bwillis/jekyll-github-sample", ref: 'master'
13+
gem "jekyll-fetch", '~> 0.2.1'

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ defaults:
4545
values:
4646
layout: "packages"
4747

48-
plugins:
49-
- jekyll_github_sample
48+
plugins:
49+
- jekyll-fetch
5050

5151
asciidoctor:
5252
attributes:

docs/configuration/lime-example.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ no_toc: true
77

88
https://github.com/libremesh/lime-packages/tree/master/packages/lime-docs/files/www/docs/lime-example.txt[https://github.com/libremesh/lime-packages/master/packages/lime-docs/files/www/docs/lime-example.txt]
99

10-
[,nginx]
1110
----
12-
{% github_sample libremesh/lime-packages/master/packages/lime-docs/files/www/docs/lime-example.txt %}
11+
{{ "https://raw.githubusercontent.com/libremesh/lime-packages/master/packages/lime-docs/files/www/docs/lime-example.txt" | fetch }}
1312
----

0 commit comments

Comments
 (0)