Skip to content

Update jekyll-docker.yml #2

Update jekyll-docker.yml

Update jekyll-docker.yml #2

Workflow file for this run

name: Jekyll site CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
runy-version: 3.1.3
- name: Install Jekyll and dependencies
run: |
gem installer bundler
bundle install
- name: Download Publisher
run: |
mkdir ./ILCore/input-cache/
curl -L https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -o "./ILCore/input-cache/publisher.jar"
- name: Build Site
run: |
./ILCore/_genonce.sh