Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action

Copilot AI Apr 19, 2026

Copy link

Choose a reason for hiding this comment

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

The README now recommends actions/deploy-pages@v5, but the later Compatibility table only lists versions up to v4. To avoid confusing users (especially GHES users), update the table to include v5 (or clarify why v5 is recommended while only v4/older are documented for compatibility).

Suggested change
uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action
uses: actions/deploy-pages@v5 # or a specific "vX.X.X" version tag; for GHES, use a version listed in the compatibility table below

Copilot uses AI. Check for mistakes.
```

### Inputs 📥
Expand Down
Loading