Skip to content

Update

Update #48

Workflow file for this run

name: book
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install MDBook
run: cargo install mdbook
- name: Build Book
run: mdbook build .
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: book # The folder the action should deploy.