Sha256: d47e275d278d87b0b843417d49d1f5497107765b853a83743ab02528405f7167

Contents?: true

Size: 249 Bytes

Versions: 4

Compression:

Stored size: 249 Bytes

Contents

#!/bin/bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )

cd "$parent_path"
cd ..
bundle install
gem install jekyll jekyll-menus jekyll-paginate jekyll-paginate-v2
cd documentation
ruby generate.rb
cd site
jekyll build -d ../../docs

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ledger_sync-3.0.0 documentation/build.sh
ledger_sync-2.6.0 documentation/build.sh
ledger_sync-2.5.0 documentation/build.sh
ledger_sync-2.4.4 documentation/build.sh