Skip to content

Commit

Permalink
fix: ci deploy, replace plugin github_sample with jekyll-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gave committed Sep 5, 2024
1 parent 604d9a9 commit 508bee2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ group :jekyll_plugins do
end

gem 'webrick'
gem 'jekyll_github_sample', git: "https://github.com/bwillis/jekyll-github-sample", ref: 'master'
gem "jekyll-fetch", '~> 0.2.1'
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ defaults:
values:
layout: "packages"

plugins:
- jekyll_github_sample
plugins:
- jekyll-fetch

asciidoctor:
attributes:
Expand Down
3 changes: 1 addition & 2 deletions docs/configuration/lime-example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ no_toc: true

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]

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

0 comments on commit 508bee2

Please sign in to comment.