Skip to content

Merge branch 'main' of https://github.com/UXARRAY/unstructured-grid-v… #125

Merge branch 'main' of https://github.com/UXARRAY/unstructured-grid-v…

Merge branch 'main' of https://github.com/UXARRAY/unstructured-grid-v… #125

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: cookbook-dev
deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main