Skip to content

Fix markdown toc link when head includes code (#1087) #55

Fix markdown toc link when head includes code (#1087)

Fix markdown toc link when head includes code (#1087) #55

Workflow file for this run

name: Docs
on:
push:
branches: [ master ]
jobs:
build:
name: Build, Test and Deploy
runs-on: ubuntu-latest
permissions:
contents: write # To push a branch
pull-requests: write # To create a PR from that branch
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
- run: mdbook build docs && mdbook test docs
- uses: JamesIves/github-pages-deploy-action@4.1.7
with:
branch: gh-pages
folder: docs/book