Using Probo and Jekyll



Search Results

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
steps:
  - name: Install Imagemagick
    plugin: Script
    script: |
      apt update -y
      apt install -y software-properties-common imagemagick
  - name: Install rbenv
    plugin: Script
    script: |
      apt update
      apt install -y git curl libssl-dev libreadline-dev zlib1g-dev autoconf bison build-essential libyaml-dev libreadline-dev libncurses5-dev libffi-dev libgdbm-dev
      git clone https://github.com/rbenv/rbenv.git ~/.rbenv
      echo 'eval "$(~/.rbenv/bin/rbenv init - bash)"' > ~/.bashrc
  - name: Install Ruby 3.4.5
    plugin: Script
    script: |
      source ~/.bashrc
      git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
      rbenv install 3.4.5
      rbenv global 3.4.5
      gem install bundler
      rbenv rehash
  - name: Install Jekyll Dependencies
    plugin: Script
    script: |
      cd $SRC_DIR
      gem install bundle
      source ~/.bashrc
      bundle install --path vendor/bundle
      locale-gen en_US.UTF-8 && LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 bundle exec jekyll build
      LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 bundle exec jekyll build 
Get Started with Probo.CI

Want to Try Probo today?
Get Started Fast!.

When you sign up for a Probo.CI registration code, you will get a two week trial of the plan of your choosing. For more information on how to get started, click here .

LEARN MORE ABOUT PROBO.CI'S PRICING