Skip to content

Changing links to doi.org to fix link checker #56

Changing links to doi.org to fix link checker

Changing links to doi.org to fix link checker #56

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