Skip to content

Remove deprecated deployment workflow#70

Merged
wintermuted merged 2 commits into
masterfrom
copilot/fix-latest-deploy-issue
Nov 12, 2025
Merged

Remove deprecated deployment workflow#70
wintermuted merged 2 commits into
masterfrom
copilot/fix-latest-deploy-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 12, 2025

Cleanup post-migration to peaceiris/actions-gh-pages deployment system (PR #64). The old jeffreytse/jekyll-deploy-action workflow file was disabled but still present in the repository.

Changes

  • Removed .github/workflows/build-jekyll.yaml.disabled

The repository now contains only the active deployment workflows:

  • deploy.yml - main site deployment to gh-pages
  • deploy-pr-preview.yml - PR preview deployments to pr-<number>/ subdirectories
  • cleanup-pr-preview.yml - PR preview cleanup on close
Original prompt

This section details on the original issue you should resolve

<issue_title>Latest merge to main include failed deploy</issue_title>
<issue_description>If this is the most recent addition we made to add branched deployments, fix this issue.

Also remove the older deployment method that was previously used.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: wintermuted <2337325+wintermuted@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failed deploy from latest merge to main Remove deprecated deployment workflow Nov 12, 2025
Copilot AI requested a review from wintermuted November 12, 2025 15:01
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview deployment ready!

View your changes at: https://www.jnyeholt.dev/pr-70/

This preview will be automatically cleaned up when the PR is closed.

@wintermuted wintermuted marked this pull request as ready for review November 12, 2025 15:07
Copilot AI review requested due to automatic review settings November 12, 2025 15:07
@wintermuted wintermuted merged commit 851c737 into master Nov 12, 2025
5 of 6 checks passed
@wintermuted wintermuted deleted the copilot/fix-latest-deploy-issue branch November 12, 2025 15:08
@github-actions
Copy link
Copy Markdown
Contributor

🧹 Preview deployment has been cleaned up.

github-actions Bot added a commit that referenced this pull request Nov 12, 2025
Copy link
Copy Markdown

Copilot AI left a comment

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 completes the cleanup after migrating to the peaceiris/actions-gh-pages deployment system by removing the old disabled workflow file from the jeffreytse/jekyll-deploy-action era.

  • Removes the disabled legacy deployment workflow file

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

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.

Latest merge to main include failed deploy

3 participants