Skip to content

Commit

Permalink
Merge pull request #115 from ashfurrow/chore/automate-deploys
Browse files Browse the repository at this point in the history
Automate deploys.
  • Loading branch information
ashfurrow authored Oct 11, 2024
2 parents 0c16c4f + 26fac2b commit ded4815
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 89 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Middleman

on:
push:
branches: [master]

jobs:
build_and_deploy:
name: Build & Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build & Deploy to GitHub Pages
with:
REMOTE_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: yurikoval/middleman-gh-pages-action@master
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ gem 'rake'
# Necessary for checking PRs on CI.
gem 'danger'

# To silence Ruby warnings
gem 'bigdecimal'
gem 'mutex_m'
gem 'faraday-retry'
gem 'faraday-multipart'
gem 'pstore'
gem 'base64'
gem 'ostruct'
gem 'rdoc'
gem 'csv'

# For easier development
group :development do
gem 'rb-readline'
Expand Down
220 changes: 131 additions & 89 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.7.1)
activesupport (7.0.8.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
backports (3.11.4)
chunky_png (1.3.11)
claide (1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
backports (3.25.0)
base64 (0.2.0)
bigdecimal (3.1.8)
chunky_png (1.4.0)
claide (1.1.0)
claide-plugins (0.9.2)
cork
nap
open4 (~> 1.3)
coderay (1.1.2)
coderay (1.1.3)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -33,143 +35,183 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.1.4)
contracts (0.13.0)
concurrent-ruby (1.3.4)
contracts (0.16.1)
cork (0.3.0)
colored2 (~> 3.1)
danger (5.12.0)
csv (3.3.0)
danger (9.5.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (~> 0.9)
faraday-http-cache (~> 1.0)
git (~> 1.5)
kramdown (~> 1.5)
no_proxy_fix
octokit (~> 4.7)
terminal-table (~> 1)
dotenv (2.6.0)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
git (~> 1.13)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
octokit (>= 4.0)
terminal-table (>= 1, < 4)
dotenv (3.1.4)
erubis (2.7.0)
execjs (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
fast_blank (1.0.0)
fastimage (2.1.5)
ffi (1.9.25)
git (1.11.0)
execjs (2.9.1)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.3.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
fast_blank (1.0.1)
fastimage (2.3.1)
ffi (1.17.0)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
haml (5.0.4)
temple (>= 0.8.0)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.6.0)
i18n (0.9.5)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
kramdown (1.17.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.16.0)
method_source (0.9.2)
middleman (4.3.2)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
memoist (0.16.2)
method_source (1.1.0)
middleman (4.5.1)
coffee-script (~> 2.2)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-cli (= 4.3.2)
middleman-core (= 4.3.2)
middleman-cli (4.3.2)
thor (>= 0.17.0, < 2.0)
kramdown (>= 2.3.0)
middleman-cli (= 4.5.1)
middleman-core (= 4.5.1)
middleman-cli (4.5.1)
thor (>= 0.17.0, < 1.3.0)
middleman-compass (4.0.1)
compass (>= 1.0.0, < 2.0.0)
middleman-core (>= 4.0.0)
middleman-core (4.3.2)
activesupport (>= 4.2, < 5.1)
addressable (~> 2.3)
middleman-core (4.5.1)
activesupport (>= 6.1, < 7.1)
addressable (~> 2.4)
backports (~> 3.6)
bundler
contracts (~> 0.13.0)
bundler (~> 2.0)
contracts (~> 0.13, < 0.17)
dotenv
erubis
execjs (~> 2.0)
fast_blank
fastimage (~> 2.0)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 0.9.0)
listen (~> 3.0.0)
i18n (~> 1.6.0)
listen (~> 3.0)
memoist (~> 0.14)
padrino-helpers (~> 0.13.0)
padrino-helpers (~> 0.15.0)
parallel
rack (>= 1.4.5, < 3)
sassc (~> 2.0)
servolux
tilt (~> 2.0.9)
toml
uglifier (~> 3.0)
webrick
middleman-gh-pages (0.4.1)
rake (> 0.9.3)
minitest (5.11.3)
multi_json (1.13.1)
multipart-post (2.0.0)
minitest (5.25.1)
multi_json (1.15.0)
multipart-post (2.4.1)
mutex_m (0.2.0)
nap (1.1.0)
no_proxy_fix (0.1.2)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
net-http (0.4.1)
uri
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
ostruct (0.6.0)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.13.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
rack (2.0.6)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
padrino-support (0.15.3)
parallel (1.26.3)
parslet (2.0.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pstore (0.1.3)
psych (5.1.2)
stringio
public_suffix (6.0.1)
rack (2.2.9)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rb-readline (0.5.5)
rchardet (1.8.0)
rdoc (6.7.0)
psych (>= 4.0.0)
rexml (3.3.8)
sass (3.4.25)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sassc (2.4.0)
ffi (~> 1.9)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
servolux (0.13.0)
temple (0.8.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
tzinfo (1.2.5)
thread_safe (~> 0.1)
stringio (3.1.1)
temple (0.10.3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.2)
tilt (2.0.11)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.4.1)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.8.2)

PLATFORMS
ruby

DEPENDENCIES
base64
bigdecimal
csv
danger
faraday-multipart
faraday-retry
middleman (>= 4.0.0)
middleman-compass (>= 4.0.0)
middleman-gh-pages
mutex_m
ostruct
pry
pstore
rake
rb-readline
rdoc
tzinfo-data
wdm (~> 0.1.0)

BUNDLED WITH
1.17.1
2.5.21

0 comments on commit ded4815

Please sign in to comment.