Skip to content

fix arbitrary generators (#238) #151

fix arbitrary generators (#238)

fix arbitrary generators (#238) #151

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