Skip to content

move the ci running of the notebooks and caching them to github-actio…#184

Merged
MAfarrag merged 5 commits into
mainfrom
ci/move-notebook-ci-to-github-actions
Apr 23, 2026
Merged

move the ci running of the notebooks and caching them to github-actio…#184
MAfarrag merged 5 commits into
mainfrom
ci/move-notebook-ci-to-github-actions

Conversation

@MAfarrag

@MAfarrag MAfarrag commented Apr 22, 2026

Copy link
Copy Markdown
Member

…ns repo

Description

  • Please include a summary of the change and which issue is fixed.
  • Please also include relevant motivation and context.
  • List any dependencies that are required for this change.

Issues

Type of change

Check relevant points.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Dev changes (CI/pyproject.toml/docs/examples/testing)

How Has This Been Tested?

  • Please describe the tests that you ran to verify your changes.

  • Provide instructions so we can reproduce.

  • Please also list any relevant details for your test configuration

  • Test A

  • Test B

Checklist:

  • updated version number in pyproject.toml
  • added changes to docs/change-log.md
  • updated the latest version in README file
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Comment on lines +80 to +85
- uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || '' }}

- uses: serapeum-org/github-actions/actions/mkdocs-deploy@mkdocs/v1
with:
trigger: 'release'
package-manager: 'uv'
python-version: '3.12'
install-groups: 'groups: docs'
deploy-token: ${{ secrets.ACTIONS_DEPLOY_TOKEN }}
mike-alias: 'latest'
- uses: serapeum-org/github-actions/actions/mkdocs-deploy@303db24293c2575533c9851f529a1b6d90851e35
@MAfarrag
MAfarrag merged commit 0c95142 into main Apr 23, 2026
9 of 10 checks passed
@MAfarrag
MAfarrag deleted the ci/move-notebook-ci-to-github-actions branch April 23, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(ci): delegate notebook execution and caching to shared mkdocs-deploy composite action

2 participants