Skip to content

Updating publications list #332

Updating publications list

Updating publications list #332

Workflow file for this run

name: jekyll-ci
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out master
uses: actions/checkout@master
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: 🧪 Build
run: |
bundle install
bundle exec jekyll build