Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feat/#43

Feat/#43 #7

Workflow file for this run

name: Build
on:
pull_request:
paths: ['**/*.md', 'book.json', 'package.json']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install and Build
run: |
npm install
npx honkit build