Skip to content

Update intro.md

Update intro.md #2

Workflow file for this run

# .github/workflows/preview.yml
name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install and Build
if: github.event.action != 'closed'
run: |
run: jb build book
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./book/_build/html