Skip to content

cli: Rename to oo7-cli and stop hardcoding bin name #169

cli: Rename to oo7-cli and stop hardcoding bin name

cli: Rename to oo7-cli and stop hardcoding bin name #169

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
env:
RUSTFLAGS: --cfg docsrs
RUSTDOCFLAGS: --cfg docsrs
with:
command: doc
args: --package oo7 --features "async-std, unstable" --no-deps
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc/