Skip to content

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

Open
mmcky wants to merge 1 commit into
mainfrom
ci/bump-actions-v0.8.0
Open

Bump quantecon/actions/publish-gh-pages to v0.8.0#357
mmcky wants to merge 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). 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
@netlify

netlify Bot commented Jul 8, 2026

Copy link
Copy Markdown

Deploy Preview for lustrous-melomakarona-3ee73e ready!

Name Link
🔨 Latest commit f706ec4
🔍 Latest deploy log https://app.netlify.com/projects/lustrous-melomakarona-3ee73e/deploys/6a4de58b39b6280008a210d4
😎 Deploy Preview https://deploy-preview-357--lustrous-melomakarona-3ee73e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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

Updates the repository’s GitHub Pages deployment workflow to use the latest quantecon/actions/publish-gh-pages action release, aligning with the cross-repo audit effort and incorporating upstream robustness fixes without changing this repo’s deploy behavior.

Changes:

  • Bump quantecon/actions/publish-gh-pages from v0.6.0 to v0.8.0 in the tag-triggered publish workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

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