Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#250) #158

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#250)

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#250) #158

Workflow file for this run

name: book
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup mdBook
uses: peaceiris/[email protected]
with:
mdbook-version: '0.3.5'
- run: mdbook build book
- name: Build and Deploy
uses: JamesIves/[email protected]
with:
folder: target/book