Skip to content

Merge pull request #46 from m2lines/fix/preview-5 #14

Merge pull request #46 from m2lines/fix/preview-5

Merge pull request #46 from m2lines/fix/preview-5 #14

Workflow file for this run

name: publish-book
on:
# Trigger the workflow on push to main branch
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: DGM2lines
path_to_notebooks: 'book'
deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
publish_dir: "book/_build/html"