Skip to content

fix(check): correct the modern aura config path #227

fix(check): correct the modern aura config path

fix(check): correct the modern aura config path #227

Workflow file for this run

name: Book
on:
push:
branches:
- master
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.7"
- 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/