Skip to content

Add Box::into_raw() to the quick start (#15) #15

Add Box::into_raw() to the quick start (#15)

Add Box::into_raw() to the quick start (#15) #15

Workflow file for this run

name: Publish to Github Pages
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: ./publish.sh