Skip to content

Update vm_access.md #224

Update vm_access.md

Update vm_access.md #224

name: trigger-book-build
on:
pull_request:
jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: leap-docs-env
artifact_name: book-zip-${{ github.event.number }}
path_to_notebooks: "book"
build_command: "jupyter-book build -W --keep-going ."
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml