Skip to content

add: book builder chapters output. #105

add: book builder chapters output.

add: book builder chapters output. #105

Workflow file for this run

name: Rust Cross-Platform Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Build project
run: cargo build --release