Skip to content

fix(-A): show no diff if the source hashes didn't change #248

fix(-A): show no diff if the source hashes didn't change

fix(-A): show no diff if the source hashes didn't change #248

Workflow file for this run

name: Book
on:
push:
branches: [master]
paths:
- "book/**"
jobs:
book:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install mdbook
uses: peaceiris/[email protected]
with:
mdbook-version: "0.4.40"
- name: Generate book from markdown
run: |
cd book
mdbook build
- name: Publish HTML
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book/