Skip to content

Rearrange build process in GitHub actions #8

Rearrange build process in GitHub actions

Rearrange build process in GitHub actions #8

Workflow file for this run

name: Run merge_md_files
on:
pull_request:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Run merge_md_files
run: ruby bin/merge_md_files.rb