Skip to content

Add feature for deserializing bytes from an array #11

Add feature for deserializing bytes from an array

Add feature for deserializing bytes from an array #11

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build Documentation
run: cargo doc --no-deps
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc