File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ version: 2
8
8
# Set the version of Python and other tools you might need
9
9
build :
10
10
os : ubuntu-24.04
11
+
12
+ tools :
13
+ ruby : " 3.4"
14
+
11
15
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.4.3
14
- - PATH="$HOME/.rvm/rubies/ruby-3.4.3/bin:$PATH" gem install bundler
15
- - PATH="$HOME/.rvm/rubies/ruby-3.4.3/bin:$PATH" bundle install
16
- - PATH="$HOME/.rvm/rubies/ruby-3.4.3/bin:$PATH" bundle exec jekyll build --destination _readthedocs/html --baseurl $(echo -n "$READTHEDOCS_CANONICAL_URL" | cut -d '/' -f 4-)
16
+ - bundle install
17
+ - >
18
+ JEKYLL_ENV=production bundle exec jekyll build --destination
19
+ _readthedocs/html --baseurl $(echo -n "$READTHEDOCS_CANONICAL_URL" | cut
20
+ -d '/' -f 4-)
You can’t perform that action at this time.
0 commit comments