Skip to content

Merge pull request #134 from 1Password/CerulanLumina/133-smart-pointers #50

Merge pull request #134 from 1Password/CerulanLumina/133-smart-pointers

Merge pull request #134 from 1Password/CerulanLumina/133-smart-pointers #50

Workflow file for this run

on:
push:
branches:
- main
name: Deploy Documentation
jobs:
deploy-docs:
name: Deploy Documentation
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.57.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
- run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
- run: mdbook build docs
- uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/book # The folder the action should deploy.