Skip to content

Commit

Permalink
Make it even simpler to publish, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
yatil authored Sep 26, 2019
1 parent ae1ad4e commit a568d07
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Ruby

on:
push:
tags:
- '*'
release

jobs:
build:
Expand All @@ -16,7 +14,17 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Build and test with Rake
- name: Update Externals
run: |
git submodules update --remote
- name: commit changed files
uses: stefanzweifel/[email protected]
with:
commit_message: Apply automatic changes
branch: ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and test with Jekyll
run: |
gem install bundler
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit a568d07

Please sign in to comment.