Skip to content

Merge pull request #113 from Crypt-iQ/01222026/stability_seen_fix #107

Merge pull request #113 from Crypt-iQ/01222026/stability_seen_fix

Merge pull request #113 from Crypt-iQ/01222026/stability_seen_fix #107

Workflow file for this run

name: Book
on:
push:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
permissions:
contents: write
jobs:
publish-book:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.10'
- run: cd doc && mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/book