Skip to content

Rename 2023-08-25-program-areas.md to 2023-08-25-00-program-areas.md #39

Rename 2023-08-25-program-areas.md to 2023-08-25-00-program-areas.md

Rename 2023-08-25-program-areas.md to 2023-08-25-00-program-areas.md #39

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