-
Notifications
You must be signed in to change notification settings - Fork 9
Fix peaceiris/actions-gh-pages action file not found error #602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: tkoyama010 <[email protected]>
tkoyama010
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot try to ignore zizmor in lines you updated.
Co-authored-by: tkoyama010 <[email protected]>
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
There was a problem hiding this 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 fixes a critical deployment failure by updating the peaceiris/actions-gh-pages action reference from a broken commit SHA to the stable v4 version tag.
- Updated action reference to
v4tag to resolve missinglib/index.jserror - Added zizmor linter suppression comments to document the intentional use of unpinned action references
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Overview
The documentation deployment workflow was failing because
peaceiris/actions-gh-pageswas pinned to a commit SHA (4b09552702d0b65573696410d4707c765da2630b) with a missinglib/index.jsfile.Details
peaceiris/actions-gh-pagesfrom broken commit SHA to stablev4tag in both deploy steps (GH Pages and Tutorial branch)# zizmor: ignore[unpinned-uses]inline comments to suppress zizmor linter warnings for the unpinned action referencesOriginal prompt
💡 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.