Skip to content

Fall26#20

Merged
tlmcguire merged 3 commits into
masterfrom
fall26
May 5, 2026
Merged

Fall26#20
tlmcguire merged 3 commits into
masterfrom
fall26

Conversation

@tlmcguire
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

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

Updates the site’s build/deploy pipeline for the “Fall26” release by modernizing the GitHub Actions workflow and adjusting repository metadata used by the Hexo build.

Changes:

  • Updated GitHub Actions workflow to use actions/checkout@v4, actions/setup-node@v4 with Node 20, npm ci, and peaceiris/actions-gh-pages@v4.
  • Added permissions: contents: write to enable deployment pushes.
  • Modified package.json (currently in a way that breaks JSON parsing).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Updates project metadata, but currently introduces invalid JSON that will break npm/CI.
.github/workflows/pages.yml Modernizes the Pages workflow (Node 20 + npm ci + updated actions) and enables write permissions for deployment.

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

Comment thread package.json Outdated
Comment on lines +8 to +10
permissions:
contents: write

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@copilot apply changes based on this feedback

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


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

Comment on lines +8 to +10
permissions:
contents: write

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@copilot apply changes based on this feedback

@tlmcguire tlmcguire requested a review from Copilot May 5, 2026 16:39
@tlmcguire tlmcguire merged commit a1e81dd into master May 5, 2026
9 of 13 checks passed
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.


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

Comment on lines +8 to 13
permissions:
contents: write

jobs:
pages:
runs-on: ubuntu-latest
uses: actions/cache@v2
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
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