Skip to content

MyST Infrastructure Updates (#512) #241

MyST Infrastructure Updates (#512)

MyST Infrastructure Updates (#512) #241

Workflow file for this run

name: publish-site
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:
base_url: ''
deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
publish_dir: 'portal/_build/html'