File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,11 @@ version: 2
9
9
build :
10
10
os : ubuntu-22.04
11
11
commands :
12
- - gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409b6b1796c275462a1703113804bb82d39dc0e3 7d2baf1cf37b13e2069d6956105bd0e739499bdb && curl -sSL https://get.rvm.io | bash -s stable
13
- - ~/.rvm/bin/rvm autolibs disable && ~/.rvm/bin/rvm install ruby 3.1.2
14
- - PATH="$HOME/.rvm/rubies/ruby-3.1.2/bin:$PATH" gem install bundler
15
- - PATH="$HOME/.rvm/rubies/ruby-3.1.2/bin:$PATH" bundle install
16
- - PATH="$HOME/.rvm/rubies/ruby-3.1.2/bin:$PATH" bundle exec jekyll build --destination _readthedocs/html --baseurl $(echo -n "$READTHEDOCS_CANONICAL_URL" | cut -d '/' -f 4-)
12
+ - asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
13
+ - asdf install ruby 3.1.2
14
+ - asdf global ruby 3.1.2
15
+ - gem install bundler
16
+ - bundle install
17
+ - >
18
+ bundle exec jekyll build --destination _readthedocs/html --baseurl $(echo
19
+ -n "$READTHEDOCS_CANONICAL_URL" | cut -d '/' -f 4-)
Original file line number Diff line number Diff line change @@ -37,3 +37,5 @@ gem "webrick", "~> 1.7"
37
37
gem "jekyll-remote-theme" , "~> 0.4.3"
38
38
39
39
gem 'jekyll-redirect-from'
40
+
41
+ gem 'jekyll-include-cache'
Original file line number Diff line number Diff line change 31
31
terminal-table (~> 2.0 )
32
32
jekyll-feed (0.16.0 )
33
33
jekyll (>= 3.7 , < 5.0 )
34
+ jekyll-include-cache (0.2.1 )
35
+ jekyll (>= 3.7 , < 5.0 )
34
36
jekyll-redirect-from (0.16.0 )
35
37
jekyll (>= 3.3 , < 5.0 )
36
38
jekyll-remote-theme (0.4.3 )
@@ -83,6 +85,7 @@ DEPENDENCIES
83
85
http_parser.rb (~> 0.6.0 )
84
86
jekyll (~> 4.2.2 )
85
87
jekyll-feed (~> 0.12 )
88
+ jekyll-include-cache
86
89
jekyll-redirect-from
87
90
jekyll-remote-theme (~> 0.4.3 )
88
91
just-the-docs
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ plugins:
51
51
- jekyll-feed
52
52
- jekyll-remote-theme
53
53
- jekyll-redirect-from
54
+ - jekyll-include-cache
54
55
55
56
# Exclude from processing.
56
57
# The following items will not be processed, by default.
You can’t perform that action at this time.
0 commit comments