Skip to content

Google Cloud Console non-technical guide (#204) #116

Google Cloud Console non-technical guide (#204)

Google Cloud Console non-technical guide (#204) #116

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@v2024.10.29
with:
environment_name: leap-docs-env
path_to_notebooks: 'book'
deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@v2024.10.29
with:
publish_dir: "book/_build/html"