Skip to content

Adds a collection of documents to help self-migrators #84

Adds a collection of documents to help self-migrators

Adds a collection of documents to help self-migrators #84

Workflow file for this run

#commented out until I can figure out how to get it to work - Dean
#name: Deploy PR previews
#on:
# pull_request:
# types: [opened, synchronize, reopened]
#concurrency: preview-${{ github.ref}}
#jobs:
# deploy-preview:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Install and Build
# run: |
# npm install
# npm run build
# - name: Deploy preview
# uses: rossjrw/pr-preview-action@v1
# with:
# source-dir: ./book
# preview-branch: gh-pages