Sha256: db61eeb01fe7035b14eeaeb63bc39764e85dcfc431076599e33338132ae9c473

Contents?: true

Size: 194 Bytes

Versions: 17

Compression:

Stored size: 194 Bytes

Contents

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

cd "$parent_path"
cd ..
bundle install
cd documentation
ruby generate.rb
cd site
bundle exec jekyll build -d ../../docs

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ledger_sync-2.3.1 documentation/build.sh
ledger_sync-2.2.3 documentation/build.sh
ledger_sync-2.2.1 documentation/build.sh
ledger_sync-2.2.0 documentation/build.sh
ledger_sync-2.0.2 documentation/build.sh
ledger_sync-2.0.1 documentation/build.sh
ledger_sync-2.0.0 documentation/build.sh
ledger_sync-2.0.0.pre.1 documentation/build.sh
ledger_sync-1.8.1 documentation/build.sh
ledger_sync-1.8.0 documentation/build.sh
ledger_sync-1.7.0 documentation/build.sh
ledger_sync-1.6.0 documentation/build.sh
ledger_sync-1.5.2 documentation/build.sh
ledger_sync-1.5.1 documentation/build.sh
ledger_sync-1.5.0 documentation/build.sh
ledger_sync-1.4.4 documentation/build.sh
ledger_sync-1.4.2 documentation/build.sh