Skip to content

Bump quantecon/actions/publish-gh-pages to v0.8.0#957

Merged
mmcky merged 1 commit into
mainfrom
ci/bump-actions-v0.8.0
Jul 9, 2026
Merged

Bump quantecon/actions/publish-gh-pages to v0.8.0#957
mmcky merged 1 commit into
mainfrom
ci/bump-actions-v0.8.0

Conversation

@mmcky

@mmcky mmcky commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps quantecon/actions/publish-gh-pages from v0.6.0 to v0.8.0 (current release), aligning it with preview-netlify, which is already on v0.8.0 in ci.yml — this repo had drifted into an internally inconsistent mix. Part of the cross-repo audit in QuantEcon/lectures#11.

Why

v0.6.0 is two minor releases behind. v0.8.0 brings robustness fixes to publish-gh-pages: the release tarball is written to $RUNNER_TEMP so it can't recurse into itself, and release-asset creation skips cleanly off-tag and fails fast on a missing token.

Impact — drop-in, no behavioral change here

  • The publish-gh-pages input interface is byte-for-byte identical between v0.6.0 and v0.8.0 — no new required inputs, nothing renamed.
  • This workflow's call site is unchanged; it passes github-token and runs only on push: tags: 'publish*', so the new off-tag / missing-token guards are no-ops.
  • No ci.yml / cache.yml changes are needed — only the tag-triggered deploy path is touched.

The one real-world check is the next publish* tag on this repo after merge.

References: v0.8.0 release · v0.6.0…v0.8.0 diff

Interface is unchanged v0.6.0 -> v0.8.0; the v0.8.0 deltas (off-tag skip,
fail-fast on missing token, release tarball to $RUNNER_TEMP) don't alter
this tag-triggered publish path. Part of QuantEcon/lectures#11.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 8, 2026 05:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Pages deployment workflow to use the current quantecon/actions/publish-gh-pages release, removing version drift with other workflows in this repo (notably preview-netlify in ci.yml).

Changes:

  • Bumped quantecon/actions/publish-gh-pages from v0.6.0 to v0.8.0 in the tag-triggered publish workflow.
  • Kept the workflow’s inputs/call site unchanged while picking up upstream robustness fixes in the action implementation.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

📖 Netlify Preview Ready!

Preview URL: https://pr-957--sunny-cactus-210e3e.netlify.app

Commit: a83130e


Build Info

@mmcky mmcky merged commit c725cac into main Jul 9, 2026
2 checks passed
@mmcky mmcky deleted the ci/bump-actions-v0.8.0 branch July 9, 2026 11:26
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.

2 participants