Skip to content

Commit

Permalink
add missing middleman build step to deploy gh workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed May 23, 2020
1 parent ce2c034 commit 215e6ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ 'master' ]

jobs:
test:
deploy:
runs-on: ubuntu-latest
env:
ruby-version: 2.5
Expand All @@ -25,6 +25,8 @@ jobs:
- run: bundle config set deployment 'true'
- run: bundle install

- run: bundle exec middleman build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 215e6ee

Please sign in to comment.