Skip to content

fix(consts/info): add newline after headers #22

fix(consts/info): add newline after headers

fix(consts/info): add newline after headers #22

Workflow file for this run

name: docs
on:
push:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build
run: cargo +nightly doc --no-deps --release
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: target/doc