Skip to content

build(deps): update syn requirement from 1.0 to 2.0 #68

build(deps): update syn requirement from 1.0 to 2.0

build(deps): update syn requirement from 1.0 to 2.0 #68

Workflow file for this run

name: book
on:
push:
paths:
- 'book/**'
env:
CARGO_TERM_COLOR: always
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
defaults:
run:
working-directory: book
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- run: mdbook test
- uses: actions-rs/[email protected]
with:
crate: mdbook-linkcheck
version: latest
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book