Sha256: c0bbd01bc19f8303e99b67a0b1dc43d6722c6da720e4a7b2329ceaaba46d4f2f
Contents?: true
Size: 609 Bytes
Versions: 11
Compression:
Stored size: 609 Bytes
Contents
dist: bionic language: shell addons: apt: update: true before_install: - sudo apt-get install ruby-full build-essential zlib1g-dev -yy - yes | sudo gem update --system --force >/dev/null 2>&1 install: script: - export GEM_HOME="$HOME/gems" - export PATH="$HOME/gems/bin:$PATH" - gem install bundler html-proofer jekyll jekyll-casjaysdev jekyll-theme-hacker - gem update bundler - jekyll build --future - htmlproofer ./_site --only-4xx --check-favicon --check-html --disable-external --as-links env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true notifications: email: false
Version data entries
11 entries across 11 versions & 1 rubygems