diff --git a/.probo.yaml b/.probo.yaml index 24968e4..7236424 100644 --- a/.probo.yaml +++ b/.probo.yaml @@ -1,25 +1,25 @@ steps: - - name: Set docroot.. + - name: Set docroot. plugin: LAMPApp subDirectory: _site - - name: Update system + - name: Update system. plugin: Script script: - gem uninstall bundler - apt-get update - - name: Install Imagemagick + - name: Install Imagemagick. plugin: Script script: - apt-get install -y software-properties-common imagemagick - apt-add-repository -y ppa:brightbox/ruby-ng - apt-get update - - name: Install Ruby 2.3 + - name: Install Ruby 2.3. plugin: Script script: - apt-get install -y ruby2.3 ruby2.3-dev - update-alternatives --config ruby - gem install bundler - - name: Install Jekyll Dependencies + - name: Install Jekyll build Dependencies. plugin: Script script: - cd $SRC_DIR