Skip to content

Trigger CI on tag pushes so deploydocs publishes versioned docs - #82

Merged
alecloudenback merged 1 commit into
masterfrom
ci/tags-trigger
May 14, 2026
Merged

Trigger CI on tag pushes so deploydocs publishes versioned docs#82
alecloudenback merged 1 commit into
masterfrom
ci/tags-trigger

Conversation

@alecloudenback

Copy link
Copy Markdown
Member

Summary

The CI workflow only triggers on master pushes and PRs, never on tag pushes. When TagBot creates a release tag, no CI run fires against the tag, so `deploydocs` never publishes the versioned `/vX.Y.Z/` directory and the `stable` symlink never advances.

This isn't actively biting today because no new tag has been cut since 2023 (current `/stable/` is at v2.5.0, matching the latest release), but the next tag would silently fail to update the docs site — same bug that has left FinanceModels at v4.17.1 and ActuaryUtilities at v5.2.1. Preemptive fix.

Adding `tags: ['*']` matches the standard Documenter recommendation and the existing config in `FinanceCore.jl`, `EconomicScenarioGenerators.jl`, and `TermLife.jl`.

Test plan

  • PR CI passes (same as today's master CI behavior)
  • Next time a tag is cut, confirm the new versioned dir is published

🤖 Generated with Claude Code

The workflow only triggers on master pushes and PRs, never on tag
pushes. As a result, when TagBot creates a release tag, no CI run
fires against the tag, so deploydocs never publishes the versioned
/vX.Y.Z/ directory and the /stable/ symlink never advances.

This isn't actively biting right now because no new tag has been cut
since 2023, but the next tag would silently fail to update the docs
site. Preemptive fix.

Adding tags: ['*'] matches the standard Documenter recommendation and
the existing config in FinanceCore.jl, EconomicScenarioGenerators.jl,
and TermLife.jl.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@alecloudenback
alecloudenback merged commit 8e1aada into master May 14, 2026
8 checks passed
@alecloudenback
alecloudenback deleted the ci/tags-trigger branch May 14, 2026 23:06
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