Skip to content

Preserve previous sphinx_airflow_theme versions in CI builds#1466

Merged
potiuk merged 1 commit intomainfrom
preserve-previous-theme-versions
Mar 16, 2026
Merged

Preserve previous sphinx_airflow_theme versions in CI builds#1466
potiuk merged 1 commit intomainfrom
preserve-previous-theme-versions

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Mar 16, 2026

Summary

  • build-site runs rm -rf dist/* which wipes old theme packages checked out from the publish branch
  • Added save/restore steps around build-site to preserve previous theme package versions in dist/sphinx-airflow-theme/
  • New theme builds are now added alongside existing versions instead of replacing them

Test plan

  • Verify CI build succeeds
  • Check that dist/sphinx-airflow-theme/ contains both old and new theme packages after build

🤖 Generated with Claude Code

The build-site step runs `rm -rf dist/*` which wipes old theme packages
from the publish branch. Save them to /tmp before build and restore after.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@potiuk potiuk merged commit eb875b2 into main Mar 16, 2026
1 check passed
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.

1 participant