Skip to content

add blog post about MBJ's budgets #55

add blog post about MBJ's budgets

add blog post about MBJ's budgets #55

Workflow file for this run

name: Build site
on: push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run build
run: bundle exec rake build