Skip to content

refactor(endpoint): use array::from_fn instead of unsafe MaybeUninit #463

refactor(endpoint): use array::from_fn instead of unsafe MaybeUninit

refactor(endpoint): use array::from_fn instead of unsafe MaybeUninit #463

Workflow file for this run

name: Build book
on:
push:
branches: ['main']
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- run: mdbook build ./docs/book
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book/book