Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.33 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.33 KB

Building LaTeX documents

Workflow definitions:

  • .github/workflows/document-build-latex.yml
  • .github/workflows/document-post-pr-comment.yml

Examples:

Deploy a notebooks branch

Workflow definitions:

  • .github/workflows/deploy-notebooks.yml

Examples:

Run Python tests and report test coverage

Workflow definitions:

  • .github/workflows/coverage-run.yml
  • .github/workflows/coverage-post-pr-comment.yml

Examples:

Auto-bump year numbers

Workflow definitions:

  • .github/workflows/autobump-default.yml

Examples:

Managing future branches

Workflow definitions:

  • .github/workflows/create-future-branch.yml

Examples: