Skip to content

gh-workflows

This section explains the GitHub Actions entrypoints and reusable building blocks that verify, publish, and document the repository.

Use these pages when you need to know which workflow starts on push, pull request, tag, or manual dispatch, and how that entrypoint fans out into repository checks, package jobs, or documentation publication.

The top-level entrypoints are verify.yml for pushes and pull requests, deploy-docs.yml for handbook publication from main, and publish.yml for release tags. ci-package.yml and build-release-artifacts.yml are reusable workflows called by those entrypoints rather than standalone manual surfaces.

Pages In This Section

Purpose

Use this section to find the workflow file, trigger, and job tree behind a repository automation concern.