@ -16,6 +16,9 @@ test:
- bundle exec middleman build
only:
- beta.devuan.org
artifacts:
- public
- vendor
pages:
stage: deploy
@ -27,3 +30,4 @@ pages:
paths:
@ -4,6 +4,9 @@ source 'https://rubygems.org'
gem "middleman", "~>3.4.1"
# Ensure execjs works
gem "therubyracer"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.3.0"
@ -48,6 +48,7 @@ GEM
io-like (0.3.0)
json (1.8.3)
kramdown (1.9.0)
libv8 (3.16.14.13)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
@ -108,6 +109,7 @@ GEM
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
ref (2.0.0)
rouge (1.10.1)
ruby-xz (0.2.3)
ffi (~> 1.9)
@ -123,6 +125,9 @@ GEM
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
@ -144,5 +149,9 @@ DEPENDENCIES
middleman-livereload (~> 3.3.0)
middleman-syntax
ruby-xz
therubyracer
tzinfo-data
wdm (~> 0.1.0)
BUNDLED WITH
1.11.2