Skip to content

Merge branch 'main' of https://github.com/ProjectPythia/geostationary… #12

Merge branch 'main' of https://github.com/ProjectPythia/geostationary…

Merge branch 'main' of https://github.com/ProjectPythia/geostationary… #12

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