Skip to content

Add rng::bytes() as a safer version of rng::fill_bytes() (#716) #3

Add rng::bytes() as a safer version of rng::fill_bytes() (#716)

Add rng::bytes() as a safer version of rng::fill_bytes() (#716) #3

Workflow file for this run

name: Github Pages
on:
push:
branches:
- main
paths:
- 'book/**'
permissions: {}
jobs:
pages:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- run: sudo apt-get update
- run: ./scripts/setup.sh
- run: ./scripts/pages.sh