Skip to content

minimal workflow

minimal workflow #92

Workflow file for this run

name: Main Workflows
on:
push:
branches: ["main"]
repository_dispatch:
types: [custom-event]
workflow_dispatch:
schedule:
- cron: '0 4 * * 0'
jobs:
call_env_workflow:
uses: computorg/workflows/.github/workflows/global-env.yml@main
with:
config-path: './config/quarto_config.yml'
call_quartopublish_workflow:
uses: computorg/workflows/.github/workflows/publish-render.yml@main
needs: call_env_workflow
with:
config-path: './config/quarto_config.yml'