Skip to content

Bump shell-quote from 1.7.2 to 1.10.0 #159

Bump shell-quote from 1.7.2 to 1.10.0

Bump shell-quote from 1.7.2 to 1.10.0 #159

Workflow file for this run

name: build
on:
push:
pull_request:
repository_dispatch:
types: [ 'interscript/interscript' ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Use Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
- uses: actions/checkout@v2
- name: Install NPM dependencies
run: |
yarn install
yarn global add asciidoctor@^2.2.4
- name: Build site
run: |
yarn adoc make